Shades of Goldenrod #D3CF70
Tints of Goldenrod #D3CF70
RGB
CMYK
RGB Variations
Color information
#D3CF70 (or 0xD3CF70) is known color: Goldenrod. HEX triplet: D3, CF and 70. RGB value is (211,207,112). Sum of RGB (Red+Green+Blue) = 211+207+112=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF70 is #2C308F. Grayscale: #C5C5C5. Windows color (decimal): -2896016 or 7393235. OLE color: 7393235.
HSL color Cylindrical-coordinate representation of color #D3CF70: hue angle of 57.58º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3CF70 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 112 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.17 |
| HSL | 57.58º | 0.53% | 0.63% | - |
| HSV(B) | 57.58º | 0.47% | 0.83% | - |
| XYZ | 52.1 | 59.64 | 24.1 | - |
| YUV | 197.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 112 | 0 | 0.02 | 0.47 | 0.17 | 57.58 | 0.53 | 0.63 |
| Hex | D3 | CF | 70 | 0 | 2 | 2F | 11 | 3A | 35 | 3F |
| Octal | 323 | 317 | 160 | 0 | 2 | 57 | 21 | 72 | 65 | 77 |
| Binary | 11010011 | 11001111 | 1110000 | 0 | 10 | 101111 | 10001 | 111010 | 110101 | 111111 |
Color Harmonies of #D3CF70
Complementary color
Monochromatic Colors of #D3CF70
Black with #D3CF70
Text Example
Text Example
White with #D3CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF70; }
p { color: rgb(211,207,112); }
H1.HeaderClassName
{
color: #D3CF70;
}
.AnyTagClassName
{
color: #D3CF70;
}
</style>
background-color css
<style>
a { background-color: #D3CF70; }
a { background-color: rgb(211,207,112); }
div.DivClassName
{
background-color: #D3CF70;
}
.BgClassName
{
background-color: #D3CF70;
}
</style>
border-color css
<style>
span { border-color: #D3CF70; }
span { border-color: rgb(211,207,112); }
td.TdClassName
{
border-color: #D3CF70;
}
.TagClassName
{
border-color: #D3CF70;
}
</style>