Shades of Goldenrod #D0D06C
Tints of Goldenrod #D0D06C
RGB
CMYK
RGB Variations
Color information
#D0D06C (or 0xD0D06C) is known color: Goldenrod. HEX triplet: D0, D0 and 6C. RGB value is (208,208,108). Sum of RGB (Red+Green+Blue) = 208+208+108=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D06C is #2F2F93. Grayscale: #C5C5C5. Windows color (decimal): -3092372 or 7131344. OLE color: 7131344.
HSL color Cylindrical-coordinate representation of color #D0D06C: hue angle of 60º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0D06C is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 108 | - |
| CMYK | 0 | 0 | 0.48 | 0.18 |
| HSL | 60º | 0.52% | 0.62% | - |
| HSV(B) | 60º | 0.48% | 0.82% | - |
| XYZ | 51.28 | 59.6 | 22.99 | - |
| YUV | 196.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 108 | 0 | 0 | 0.48 | 0.18 | 60 | 0.52 | 0.62 |
| Hex | D0 | D0 | 6C | 0 | 0 | 30 | 12 | 3C | 34 | 3E |
| Octal | 320 | 320 | 154 | 0 | 0 | 60 | 22 | 74 | 64 | 76 |
| Binary | 11010000 | 11010000 | 1101100 | 0 | 0 | 110000 | 10010 | 111100 | 110100 | 111110 |
Color Harmonies of #D0D06C
Complementary color
Monochromatic Colors of #D0D06C
Black with #D0D06C
Text Example
Text Example
White with #D0D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D06C; }
p { color: rgb(208,208,108); }
H1.HeaderClassName
{
color: #D0D06C;
}
.AnyTagClassName
{
color: #D0D06C;
}
</style>
background-color css
<style>
a { background-color: #D0D06C; }
a { background-color: rgb(208,208,108); }
div.DivClassName
{
background-color: #D0D06C;
}
.BgClassName
{
background-color: #D0D06C;
}
</style>
border-color css
<style>
span { border-color: #D0D06C; }
span { border-color: rgb(208,208,108); }
td.TdClassName
{
border-color: #D0D06C;
}
.TagClassName
{
border-color: #D0D06C;
}
</style>