Shades of Goldenrod #D3CF72
Tints of Goldenrod #D3CF72
RGB
CMYK
RGB Variations
Color information
#D3CF72 (or 0xD3CF72) is known color: Goldenrod. HEX triplet: D3, CF and 72. RGB value is (211,207,114). Sum of RGB (Red+Green+Blue) = 211+207+114=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF72 is #2C308D. Grayscale: #C5C5C5. Windows color (decimal): -2896014 or 7524307. OLE color: 7524307.
HSL color Cylindrical-coordinate representation of color #D3CF72: hue angle of 57.53º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3CF72 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 114 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.17 |
| HSL | 57.53º | 0.52% | 0.64% | - |
| HSV(B) | 57.53º | 0.46% | 0.83% | - |
| XYZ | 52.21 | 59.69 | 24.69 | - |
| YUV | 197.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 114 | 0 | 0.02 | 0.46 | 0.17 | 57.53 | 0.52 | 0.64 |
| Hex | D3 | CF | 72 | 0 | 2 | 2E | 11 | 3A | 34 | 40 |
| Octal | 323 | 317 | 162 | 0 | 2 | 56 | 21 | 72 | 64 | 100 |
| Binary | 11010011 | 11001111 | 1110010 | 0 | 10 | 101110 | 10001 | 111010 | 110100 | 1000000 |
Color Harmonies of #D3CF72
Complementary color
Monochromatic Colors of #D3CF72
Black with #D3CF72
Text Example
Text Example
White with #D3CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF72; }
p { color: rgb(211,207,114); }
H1.HeaderClassName
{
color: #D3CF72;
}
.AnyTagClassName
{
color: #D3CF72;
}
</style>
background-color css
<style>
a { background-color: #D3CF72; }
a { background-color: rgb(211,207,114); }
div.DivClassName
{
background-color: #D3CF72;
}
.BgClassName
{
background-color: #D3CF72;
}
</style>
border-color css
<style>
span { border-color: #D3CF72; }
span { border-color: rgb(211,207,114); }
td.TdClassName
{
border-color: #D3CF72;
}
.TagClassName
{
border-color: #D3CF72;
}
</style>