Shades of Goldenrod #D1CC72
Tints of Goldenrod #D1CC72
RGB
CMYK
RGB Variations
Color information
#D1CC72 (or 0xD1CC72) is known color: Goldenrod. HEX triplet: D1, CC and 72. RGB value is (209,204,114). Sum of RGB (Red+Green+Blue) = 209+204+114=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC72 is #2E338D. Grayscale: #C3C3C3. Windows color (decimal): -3027854 or 7523537. OLE color: 7523537.
HSL color Cylindrical-coordinate representation of color #D1CC72: hue angle of 56.84º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1CC72 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 114 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.18 |
| HSL | 56.84º | 0.51% | 0.63% | - |
| HSV(B) | 56.84º | 0.45% | 0.82% | - |
| XYZ | 50.92 | 57.96 | 24.42 | - |
| YUV | 195.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 114 | 0 | 0.02 | 0.45 | 0.18 | 56.84 | 0.51 | 0.63 |
| Hex | D1 | CC | 72 | 0 | 2 | 2D | 12 | 39 | 33 | 3F |
| Octal | 321 | 314 | 162 | 0 | 2 | 55 | 22 | 71 | 63 | 77 |
| Binary | 11010001 | 11001100 | 1110010 | 0 | 10 | 101101 | 10010 | 111001 | 110011 | 111111 |
Color Harmonies of #D1CC72
Complementary color
Monochromatic Colors of #D1CC72
Black with #D1CC72
Text Example
Text Example
White with #D1CC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC72; }
p { color: rgb(209,204,114); }
H1.HeaderClassName
{
color: #D1CC72;
}
.AnyTagClassName
{
color: #D1CC72;
}
</style>
background-color css
<style>
a { background-color: #D1CC72; }
a { background-color: rgb(209,204,114); }
div.DivClassName
{
background-color: #D1CC72;
}
.BgClassName
{
background-color: #D1CC72;
}
</style>
border-color css
<style>
span { border-color: #D1CC72; }
span { border-color: rgb(209,204,114); }
td.TdClassName
{
border-color: #D1CC72;
}
.TagClassName
{
border-color: #D1CC72;
}
</style>