Color spaces of #dcc668
RGB | 220 | 198 | 104 |
---|---|---|---|
HSL | 0.14 | 0.62 | 0.64 |
HSV | 49° | 53° | 86° |
CMYK | 0.00 | 0.10 | 0.53 0.14 |
XYZ | 52.2080 | 56.6033 | 21.2706 |
Yxy | 56.6033 | 0.4013 | 0.4351 |
Hunter Lab | 75.2352 | -7.7949 | 35.9021 |
CIE-Lab | 79.9559 | -4.1199 | 49.3936 |
#dcc668 color RGB value is (220,198,104).
#dcc668 hex color red value is 220, green value is 198 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dcc668 hue: 0.14 , saturation: 0.62 and the lightness value of dcc668 is 0.64.
The process color (four color CMYK) of #dcc668 color hex is 0.00, 0.10, 0.53, 0.14. Web safe color of #dcc668 is #cccc66. Color #dcc668 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11000110 | 01101000 |
Octal | 334 | 306 | 150 |
Decimal | 220 | 198 | 104 |
Hex | DC | C6 | 68 |
Shades of #dcc668
Tints of #dcc668
RGB Percentages of Color #dcc668
CMYK Percentages of Color #dcc668
Complementary Color
#dcc668 | #687edc |
#dcc668 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc668 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc668 Color CSS Codes
.mybgcolor {background-color:#dcc668; } .myforecolor {color:#dcc668; } .mybordercolor {border:3px solid #dcc668; }
#dcc668 Text Font Color
<p style="color:#dcc668">Text here</p>
This sample text font color is #dcc668
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dcc668 Background Color
<div style="background-color:#dcc668">
Div content here</div>
This div background color is #dcc668
#dcc668 Border Color
<div style="border:3px solid #dcc668">
Div here</div>
This div border color is #dcc668
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,198,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc668; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc668; -webkit-box-shadow: 1px 1px 3px 2px #dcc668; box-shadow: 1px 1px 3px 2px #dcc668; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,198,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcc668">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc668; -webkit-box-shadow: 1px 1px 3px 2px #dcc668; box-shadow: 1px 1px 3px 2px #dcc668;">
Div content here</div>
This div box has shadow with color #dcc668
Comments
No comments written yet.
Please login to write comment.