Shades of Goldenrod #DCDB66
Tints of Goldenrod #DCDB66
RGB
CMYK
RGB Variations
Color information
#DCDB66 (or 0xDCDB66) is known color: Goldenrod. HEX triplet: DC, DB and 66. RGB value is (220,219,102). Sum of RGB (Red+Green+Blue) = 220+219+102=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB66 is #232499. Grayscale: #CECECE. Windows color (decimal): -2303130 or 6740956. OLE color: 6740956.
HSL color Cylindrical-coordinate representation of color #DCDB66: hue angle of 59.49º 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 #DCDB66 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 102 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.14 |
| HSL | 59.49º | 0.63% | 0.63% | - |
| HSV(B) | 59.49º | 0.54% | 0.86% | - |
| XYZ | 57.24 | 66.84 | 22.45 | - |
| YUV | 205.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 102 | 0 | 0.00 | 0.54 | 0.14 | 59.49 | 0.63 | 0.63 |
| Hex | DC | DB | 66 | 0 | 0 | 36 | E | 3B | 3F | 3F |
| Octal | 334 | 333 | 146 | 0 | 0 | 66 | 16 | 73 | 77 | 77 |
| Binary | 11011100 | 11011011 | 1100110 | 0 | 0 | 110110 | 1110 | 111011 | 111111 | 111111 |
Color Harmonies of #DCDB66
Complementary color
Monochromatic Colors of #DCDB66
Black with #DCDB66
Text Example
Text Example
White with #DCDB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB66; }
p { color: rgb(220,219,102); }
H1.HeaderClassName
{
color: #DCDB66;
}
.AnyTagClassName
{
color: #DCDB66;
}
</style>
background-color css
<style>
a { background-color: #DCDB66; }
a { background-color: rgb(220,219,102); }
div.DivClassName
{
background-color: #DCDB66;
}
.BgClassName
{
background-color: #DCDB66;
}
</style>
border-color css
<style>
span { border-color: #DCDB66; }
span { border-color: rgb(220,219,102); }
td.TdClassName
{
border-color: #DCDB66;
}
.TagClassName
{
border-color: #DCDB66;
}
</style>