Shades of Goldenrod #D2CF66
Tints of Goldenrod #D2CF66
RGB
CMYK
RGB Variations
Color information
#D2CF66 (or 0xD2CF66) is known color: Goldenrod. HEX triplet: D2, CF and 66. RGB value is (210,207,102). Sum of RGB (Red+Green+Blue) = 210+207+102=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF66 is #2D3099. Grayscale: #C4C4C4. Windows color (decimal): -2961562 or 6737874. OLE color: 6737874.
HSL color Cylindrical-coordinate representation of color #D2CF66: hue angle of 58.33º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2CF66 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 102 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.18 |
| HSL | 58.33º | 0.55% | 0.61% | - |
| HSV(B) | 58.33º | 0.51% | 0.82% | - |
| XYZ | 51.29 | 59.29 | 21.31 | - |
| YUV | 195.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 102 | 0 | 0.01 | 0.51 | 0.18 | 58.33 | 0.55 | 0.61 |
| Hex | D2 | CF | 66 | 0 | 1 | 33 | 12 | 3A | 37 | 3D |
| Octal | 322 | 317 | 146 | 0 | 1 | 63 | 22 | 72 | 67 | 75 |
| Binary | 11010010 | 11001111 | 1100110 | 0 | 1 | 110011 | 10010 | 111010 | 110111 | 111101 |
Color Harmonies of #D2CF66
Complementary color
Monochromatic Colors of #D2CF66
Black with #D2CF66
Text Example
Text Example
White with #D2CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF66; }
p { color: rgb(210,207,102); }
H1.HeaderClassName
{
color: #D2CF66;
}
.AnyTagClassName
{
color: #D2CF66;
}
</style>
background-color css
<style>
a { background-color: #D2CF66; }
a { background-color: rgb(210,207,102); }
div.DivClassName
{
background-color: #D2CF66;
}
.BgClassName
{
background-color: #D2CF66;
}
</style>
border-color css
<style>
span { border-color: #D2CF66; }
span { border-color: rgb(210,207,102); }
td.TdClassName
{
border-color: #D2CF66;
}
.TagClassName
{
border-color: #D2CF66;
}
</style>