Shades of Goldenrod #DCD266
Tints of Goldenrod #DCD266
RGB
CMYK
RGB Variations
Color information
#DCD266 (or 0xDCD266) is known color: Goldenrod. HEX triplet: DC, D2 and 66. RGB value is (220,210,102). Sum of RGB (Red+Green+Blue) = 220+210+102=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD266 is #232D99. Grayscale: #C9C9C9. Windows color (decimal): -2305434 or 6738652. OLE color: 6738652.
HSL color Cylindrical-coordinate representation of color #DCD266: hue angle of 54.92º 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 #DCD266 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 102 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.14 |
| HSL | 54.92º | 0.63% | 0.63% | - |
| HSV(B) | 54.92º | 0.54% | 0.86% | - |
| XYZ | 54.96 | 62.27 | 21.69 | - |
| YUV | 200.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 102 | 0 | 0.05 | 0.54 | 0.14 | 54.92 | 0.63 | 0.63 |
| Hex | DC | D2 | 66 | 0 | 5 | 36 | E | 37 | 3F | 3F |
| Octal | 334 | 322 | 146 | 0 | 5 | 66 | 16 | 67 | 77 | 77 |
| Binary | 11011100 | 11010010 | 1100110 | 0 | 101 | 110110 | 1110 | 110111 | 111111 | 111111 |
Color Harmonies of #DCD266
Complementary color
Monochromatic Colors of #DCD266
Black with #DCD266
Text Example
Text Example
White with #DCD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD266; }
p { color: rgb(220,210,102); }
H1.HeaderClassName
{
color: #DCD266;
}
.AnyTagClassName
{
color: #DCD266;
}
</style>
background-color css
<style>
a { background-color: #DCD266; }
a { background-color: rgb(220,210,102); }
div.DivClassName
{
background-color: #DCD266;
}
.BgClassName
{
background-color: #DCD266;
}
</style>
border-color css
<style>
span { border-color: #DCD266; }
span { border-color: rgb(220,210,102); }
td.TdClassName
{
border-color: #DCD266;
}
.TagClassName
{
border-color: #DCD266;
}
</style>