Shades of Goldenrod #D2CF5F
Tints of Goldenrod #D2CF5F
RGB
CMYK
RGB Variations
Color information
#D2CF5F (or 0xD2CF5F) is known color: Goldenrod. HEX triplet: D2, CF and 5F. RGB value is (210,207,95). Sum of RGB (Red+Green+Blue) = 210+207+95=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF5F is #2D30A0. Grayscale: #C3C3C3. Windows color (decimal): -2961569 or 6279122. OLE color: 6279122.
HSL color Cylindrical-coordinate representation of color #D2CF5F: hue angle of 58.43º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2CF5F is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 95 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.18 |
| HSL | 58.43º | 0.56% | 0.6% | - |
| HSV(B) | 58.43º | 0.55% | 0.82% | - |
| XYZ | 50.96 | 59.15 | 19.56 | - |
| YUV | 195.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 95 | 0 | 0.01 | 0.55 | 0.18 | 58.43 | 0.56 | 0.6 |
| Hex | D2 | CF | 5F | 0 | 1 | 37 | 12 | 3A | 38 | 3C |
| Octal | 322 | 317 | 137 | 0 | 1 | 67 | 22 | 72 | 70 | 74 |
| Binary | 11010010 | 11001111 | 1011111 | 0 | 1 | 110111 | 10010 | 111010 | 111000 | 111100 |
Color Harmonies of #D2CF5F
Complementary color
Monochromatic Colors of #D2CF5F
Black with #D2CF5F
Text Example
Text Example
White with #D2CF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF5F; }
p { color: rgb(210,207,95); }
H1.HeaderClassName
{
color: #D2CF5F;
}
.AnyTagClassName
{
color: #D2CF5F;
}
</style>
background-color css
<style>
a { background-color: #D2CF5F; }
a { background-color: rgb(210,207,95); }
div.DivClassName
{
background-color: #D2CF5F;
}
.BgClassName
{
background-color: #D2CF5F;
}
</style>
border-color css
<style>
span { border-color: #D2CF5F; }
span { border-color: rgb(210,207,95); }
td.TdClassName
{
border-color: #D2CF5F;
}
.TagClassName
{
border-color: #D2CF5F;
}
</style>