Shades of Goldenrod #D4CF75
Tints of Goldenrod #D4CF75
RGB
CMYK
RGB Variations
Color information
#D4CF75 (or 0xD4CF75) is known color: Goldenrod. HEX triplet: D4, CF and 75. RGB value is (212,207,117). Sum of RGB (Red+Green+Blue) = 212+207+117=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF75 is #2B308A. Grayscale: #C6C6C6. Windows color (decimal): -2830475 or 7720916. OLE color: 7720916.
HSL color Cylindrical-coordinate representation of color #D4CF75: hue angle of 56.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4CF75 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 117 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.17 |
| HSL | 56.84º | 0.52% | 0.65% | - |
| HSV(B) | 56.84º | 0.45% | 0.83% | - |
| XYZ | 52.68 | 59.91 | 25.62 | - |
| YUV | 198.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 117 | 0 | 0.02 | 0.45 | 0.17 | 56.84 | 0.52 | 0.65 |
| Hex | D4 | CF | 75 | 0 | 2 | 2D | 11 | 39 | 34 | 41 |
| Octal | 324 | 317 | 165 | 0 | 2 | 55 | 21 | 71 | 64 | 101 |
| Binary | 11010100 | 11001111 | 1110101 | 0 | 10 | 101101 | 10001 | 111001 | 110100 | 1000001 |
Color Harmonies of #D4CF75
Complementary color
Monochromatic Colors of #D4CF75
Black with #D4CF75
Text Example
Text Example
White with #D4CF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF75; }
p { color: rgb(212,207,117); }
H1.HeaderClassName
{
color: #D4CF75;
}
.AnyTagClassName
{
color: #D4CF75;
}
</style>
background-color css
<style>
a { background-color: #D4CF75; }
a { background-color: rgb(212,207,117); }
div.DivClassName
{
background-color: #D4CF75;
}
.BgClassName
{
background-color: #D4CF75;
}
</style>
border-color css
<style>
span { border-color: #D4CF75; }
span { border-color: rgb(212,207,117); }
td.TdClassName
{
border-color: #D4CF75;
}
.TagClassName
{
border-color: #D4CF75;
}
</style>