Shades of Goldenrod #D2CF6D
Tints of Goldenrod #D2CF6D
RGB
CMYK
RGB Variations
Color information
#D2CF6D (or 0xD2CF6D) is known color: Goldenrod. HEX triplet: D2, CF and 6D. RGB value is (210,207,109). Sum of RGB (Red+Green+Blue) = 210+207+109=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF6D is #2D3092. Grayscale: #C5C5C5. Windows color (decimal): -2961555 or 7196626. OLE color: 7196626.
HSL color Cylindrical-coordinate representation of color #D2CF6D: hue angle of 58.22º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2CF6D is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 109 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.18 |
| HSL | 58.22º | 0.53% | 0.63% | - |
| HSV(B) | 58.22º | 0.48% | 0.82% | - |
| XYZ | 51.65 | 59.43 | 23.22 | - |
| YUV | 196.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 109 | 0 | 0.01 | 0.48 | 0.18 | 58.22 | 0.53 | 0.63 |
| Hex | D2 | CF | 6D | 0 | 1 | 30 | 12 | 3A | 35 | 3F |
| Octal | 322 | 317 | 155 | 0 | 1 | 60 | 22 | 72 | 65 | 77 |
| Binary | 11010010 | 11001111 | 1101101 | 0 | 1 | 110000 | 10010 | 111010 | 110101 | 111111 |
Color Harmonies of #D2CF6D
Complementary color
Monochromatic Colors of #D2CF6D
Black with #D2CF6D
Text Example
Text Example
White with #D2CF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF6D; }
p { color: rgb(210,207,109); }
H1.HeaderClassName
{
color: #D2CF6D;
}
.AnyTagClassName
{
color: #D2CF6D;
}
</style>
background-color css
<style>
a { background-color: #D2CF6D; }
a { background-color: rgb(210,207,109); }
div.DivClassName
{
background-color: #D2CF6D;
}
.BgClassName
{
background-color: #D2CF6D;
}
</style>
border-color css
<style>
span { border-color: #D2CF6D; }
span { border-color: rgb(210,207,109); }
td.TdClassName
{
border-color: #D2CF6D;
}
.TagClassName
{
border-color: #D2CF6D;
}
</style>