Shades of Goldenrod #D4CF6E
Tints of Goldenrod #D4CF6E
RGB
CMYK
RGB Variations
Color information
#D4CF6E (or 0xD4CF6E) is known color: Goldenrod. HEX triplet: D4, CF and 6E. RGB value is (212,207,110). Sum of RGB (Red+Green+Blue) = 212+207+110=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF6E is #2B3091. Grayscale: #C5C5C5. Windows color (decimal): -2830482 or 7262164. OLE color: 7262164.
HSL color Cylindrical-coordinate representation of color #D4CF6E: hue angle of 57.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4CF6E is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 110 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.17 |
| HSL | 57.06º | 0.54% | 0.63% | - |
| HSV(B) | 57.06º | 0.48% | 0.83% | - |
| XYZ | 52.28 | 59.75 | 23.53 | - |
| YUV | 197.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 110 | 0 | 0.02 | 0.48 | 0.17 | 57.06 | 0.54 | 0.63 |
| Hex | D4 | CF | 6E | 0 | 2 | 30 | 11 | 39 | 36 | 3F |
| Octal | 324 | 317 | 156 | 0 | 2 | 60 | 21 | 71 | 66 | 77 |
| Binary | 11010100 | 11001111 | 1101110 | 0 | 10 | 110000 | 10001 | 111001 | 110110 | 111111 |
Color Harmonies of #D4CF6E
Complementary color
Monochromatic Colors of #D4CF6E
Black with #D4CF6E
Text Example
Text Example
White with #D4CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF6E; }
p { color: rgb(212,207,110); }
H1.HeaderClassName
{
color: #D4CF6E;
}
.AnyTagClassName
{
color: #D4CF6E;
}
</style>
background-color css
<style>
a { background-color: #D4CF6E; }
a { background-color: rgb(212,207,110); }
div.DivClassName
{
background-color: #D4CF6E;
}
.BgClassName
{
background-color: #D4CF6E;
}
</style>
border-color css
<style>
span { border-color: #D4CF6E; }
span { border-color: rgb(212,207,110); }
td.TdClassName
{
border-color: #D4CF6E;
}
.TagClassName
{
border-color: #D4CF6E;
}
</style>