Shades of Goldenrod #D0CF6F
Tints of Goldenrod #D0CF6F
RGB
CMYK
RGB Variations
Color information
#D0CF6F (or 0xD0CF6F) is known color: Goldenrod. HEX triplet: D0, CF and 6F. RGB value is (208,207,111). Sum of RGB (Red+Green+Blue) = 208+207+111=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF6F is #2F3090. Grayscale: #C4C4C4. Windows color (decimal): -3092625 or 7327696. OLE color: 7327696.
HSL color Cylindrical-coordinate representation of color #D0CF6F: hue angle of 59.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0CF6F is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 111 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.18 |
| HSL | 59.38º | 0.51% | 0.63% | - |
| HSV(B) | 59.38º | 0.47% | 0.82% | - |
| XYZ | 51.19 | 59.18 | 23.76 | - |
| YUV | 196.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 111 | 0 | 0.00 | 0.47 | 0.18 | 59.38 | 0.51 | 0.63 |
| Hex | D0 | CF | 6F | 0 | 0 | 2F | 12 | 3B | 33 | 3F |
| Octal | 320 | 317 | 157 | 0 | 0 | 57 | 22 | 73 | 63 | 77 |
| Binary | 11010000 | 11001111 | 1101111 | 0 | 0 | 101111 | 10010 | 111011 | 110011 | 111111 |
Color Harmonies of #D0CF6F
Complementary color
Monochromatic Colors of #D0CF6F
Black with #D0CF6F
Text Example
Text Example
White with #D0CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF6F; }
p { color: rgb(208,207,111); }
H1.HeaderClassName
{
color: #D0CF6F;
}
.AnyTagClassName
{
color: #D0CF6F;
}
</style>
background-color css
<style>
a { background-color: #D0CF6F; }
a { background-color: rgb(208,207,111); }
div.DivClassName
{
background-color: #D0CF6F;
}
.BgClassName
{
background-color: #D0CF6F;
}
</style>
border-color css
<style>
span { border-color: #D0CF6F; }
span { border-color: rgb(208,207,111); }
td.TdClassName
{
border-color: #D0CF6F;
}
.TagClassName
{
border-color: #D0CF6F;
}
</style>