Shades of Goldenrod #DCD366
Tints of Goldenrod #DCD366
RGB
CMYK
RGB Variations
Color information
#DCD366 (or 0xDCD366) is known color: Goldenrod. HEX triplet: DC, D3 and 66. RGB value is (220,211,102). Sum of RGB (Red+Green+Blue) = 220+211+102=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD366 is #232C99. Grayscale: #C9C9C9. Windows color (decimal): -2305178 or 6738908. OLE color: 6738908.
HSL color Cylindrical-coordinate representation of color #DCD366: hue angle of 55.42º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCD366 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 102 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.14 |
| HSL | 55.42º | 0.63% | 0.63% | - |
| HSV(B) | 55.42º | 0.54% | 0.86% | - |
| XYZ | 55.21 | 62.76 | 21.78 | - |
| YUV | 201.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 102 | 0 | 0.04 | 0.54 | 0.14 | 55.42 | 0.63 | 0.63 |
| Hex | DC | D3 | 66 | 0 | 4 | 36 | E | 37 | 3F | 3F |
| Octal | 334 | 323 | 146 | 0 | 4 | 66 | 16 | 67 | 77 | 77 |
| Binary | 11011100 | 11010011 | 1100110 | 0 | 100 | 110110 | 1110 | 110111 | 111111 | 111111 |
Color Harmonies of #DCD366
Complementary color
Monochromatic Colors of #DCD366
Black with #DCD366
Text Example
Text Example
White with #DCD366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD366; }
p { color: rgb(220,211,102); }
H1.HeaderClassName
{
color: #DCD366;
}
.AnyTagClassName
{
color: #DCD366;
}
</style>
background-color css
<style>
a { background-color: #DCD366; }
a { background-color: rgb(220,211,102); }
div.DivClassName
{
background-color: #DCD366;
}
.BgClassName
{
background-color: #DCD366;
}
</style>
border-color css
<style>
span { border-color: #DCD366; }
span { border-color: rgb(220,211,102); }
td.TdClassName
{
border-color: #DCD366;
}
.TagClassName
{
border-color: #DCD366;
}
</style>