Shades of Goldenrod #DCD667
Tints of Goldenrod #DCD667
RGB
CMYK
RGB Variations
Color information
#DCD667 (or 0xDCD667) is known color: Goldenrod. HEX triplet: DC, D6 and 67. RGB value is (220,214,103). Sum of RGB (Red+Green+Blue) = 220+214+103=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD667 is #232998. Grayscale: #CBCBCB. Windows color (decimal): -2304409 or 6805212. OLE color: 6805212.
HSL color Cylindrical-coordinate representation of color #DCD667: hue angle of 56.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCD667 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 103 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.14 |
| HSL | 56.92º | 0.63% | 0.63% | - |
| HSV(B) | 56.92º | 0.53% | 0.86% | - |
| XYZ | 56.01 | 64.29 | 22.29 | - |
| YUV | 203.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 103 | 0 | 0.03 | 0.53 | 0.14 | 56.92 | 0.63 | 0.63 |
| Hex | DC | D6 | 67 | 0 | 3 | 35 | E | 39 | 3F | 3F |
| Octal | 334 | 326 | 147 | 0 | 3 | 65 | 16 | 71 | 77 | 77 |
| Binary | 11011100 | 11010110 | 1100111 | 0 | 11 | 110101 | 1110 | 111001 | 111111 | 111111 |
Color Harmonies of #DCD667
Complementary color
Monochromatic Colors of #DCD667
Black with #DCD667
Text Example
Text Example
White with #DCD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD667; }
p { color: rgb(220,214,103); }
H1.HeaderClassName
{
color: #DCD667;
}
.AnyTagClassName
{
color: #DCD667;
}
</style>
background-color css
<style>
a { background-color: #DCD667; }
a { background-color: rgb(220,214,103); }
div.DivClassName
{
background-color: #DCD667;
}
.BgClassName
{
background-color: #DCD667;
}
</style>
border-color css
<style>
span { border-color: #DCD667; }
span { border-color: rgb(220,214,103); }
td.TdClassName
{
border-color: #DCD667;
}
.TagClassName
{
border-color: #DCD667;
}
</style>