Shades of Goldenrod #D0CF6E
Tints of Goldenrod #D0CF6E
RGB
CMYK
RGB Variations
Color information
#D0CF6E (or 0xD0CF6E) is known color: Goldenrod. HEX triplet: D0, CF and 6E. RGB value is (208,207,110). Sum of RGB (Red+Green+Blue) = 208+207+110=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF6E is #2F3091. Grayscale: #C4C4C4. Windows color (decimal): -3092626 or 7262160. OLE color: 7262160.
HSL color Cylindrical-coordinate representation of color #D0CF6E: hue angle of 59.39º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0CF6E is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 110 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.18 |
| HSL | 59.39º | 0.51% | 0.62% | - |
| HSV(B) | 59.39º | 0.47% | 0.82% | - |
| XYZ | 51.14 | 59.16 | 23.48 | - |
| YUV | 196.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 110 | 0 | 0.00 | 0.47 | 0.18 | 59.39 | 0.51 | 0.62 |
| Hex | D0 | CF | 6E | 0 | 0 | 2F | 12 | 3B | 33 | 3E |
| Octal | 320 | 317 | 156 | 0 | 0 | 57 | 22 | 73 | 63 | 76 |
| Binary | 11010000 | 11001111 | 1101110 | 0 | 0 | 101111 | 10010 | 111011 | 110011 | 111110 |
Color Harmonies of #D0CF6E
Complementary color
Monochromatic Colors of #D0CF6E
Black with #D0CF6E
Text Example
Text Example
White with #D0CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF6E; }
p { color: rgb(208,207,110); }
H1.HeaderClassName
{
color: #D0CF6E;
}
.AnyTagClassName
{
color: #D0CF6E;
}
</style>
background-color css
<style>
a { background-color: #D0CF6E; }
a { background-color: rgb(208,207,110); }
div.DivClassName
{
background-color: #D0CF6E;
}
.BgClassName
{
background-color: #D0CF6E;
}
</style>
border-color css
<style>
span { border-color: #D0CF6E; }
span { border-color: rgb(208,207,110); }
td.TdClassName
{
border-color: #D0CF6E;
}
.TagClassName
{
border-color: #D0CF6E;
}
</style>