Shades of Goldenrod #D2CC72
Tints of Goldenrod #D2CC72
RGB
CMYK
RGB Variations
Color information
#D2CC72 (or 0xD2CC72) is known color: Goldenrod. HEX triplet: D2, CC and 72. RGB value is (210,204,114). Sum of RGB (Red+Green+Blue) = 210+204+114=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC72 is #2D338D. Grayscale: #C3C3C3. Windows color (decimal): -2962318 or 7523538. OLE color: 7523538.
HSL color Cylindrical-coordinate representation of color #D2CC72: hue angle of 56.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2CC72 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 114 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.18 |
| HSL | 56.25º | 0.52% | 0.64% | - |
| HSV(B) | 56.25º | 0.46% | 0.82% | - |
| XYZ | 51.21 | 58.1 | 24.44 | - |
| YUV | 195.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 114 | 0 | 0.03 | 0.46 | 0.18 | 56.25 | 0.52 | 0.64 |
| Hex | D2 | CC | 72 | 0 | 3 | 2E | 12 | 38 | 34 | 40 |
| Octal | 322 | 314 | 162 | 0 | 3 | 56 | 22 | 70 | 64 | 100 |
| Binary | 11010010 | 11001100 | 1110010 | 0 | 11 | 101110 | 10010 | 111000 | 110100 | 1000000 |
Color Harmonies of #D2CC72
Complementary color
Monochromatic Colors of #D2CC72
Black with #D2CC72
Text Example
Text Example
White with #D2CC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC72; }
p { color: rgb(210,204,114); }
H1.HeaderClassName
{
color: #D2CC72;
}
.AnyTagClassName
{
color: #D2CC72;
}
</style>
background-color css
<style>
a { background-color: #D2CC72; }
a { background-color: rgb(210,204,114); }
div.DivClassName
{
background-color: #D2CC72;
}
.BgClassName
{
background-color: #D2CC72;
}
</style>
border-color css
<style>
span { border-color: #D2CC72; }
span { border-color: rgb(210,204,114); }
td.TdClassName
{
border-color: #D2CC72;
}
.TagClassName
{
border-color: #D2CC72;
}
</style>