Shades of Goldenrod #D3CF73
Tints of Goldenrod #D3CF73
RGB
CMYK
RGB Variations
Color information
#D3CF73 (or 0xD3CF73) is known color: Goldenrod. HEX triplet: D3, CF and 73. RGB value is (211,207,115). Sum of RGB (Red+Green+Blue) = 211+207+115=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF73 is #2C308C. Grayscale: #C6C6C6. Windows color (decimal): -2896013 or 7589843. OLE color: 7589843.
HSL color Cylindrical-coordinate representation of color #D3CF73: hue angle of 57.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3CF73 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 115 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.17 |
| HSL | 57.5º | 0.52% | 0.64% | - |
| HSV(B) | 57.5º | 0.45% | 0.83% | - |
| XYZ | 52.27 | 59.71 | 24.99 | - |
| YUV | 197.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 115 | 0 | 0.02 | 0.45 | 0.17 | 57.5 | 0.52 | 0.64 |
| Hex | D3 | CF | 73 | 0 | 2 | 2D | 11 | 3A | 34 | 40 |
| Octal | 323 | 317 | 163 | 0 | 2 | 55 | 21 | 72 | 64 | 100 |
| Binary | 11010011 | 11001111 | 1110011 | 0 | 10 | 101101 | 10001 | 111010 | 110100 | 1000000 |
Color Harmonies of #D3CF73
Complementary color
Monochromatic Colors of #D3CF73
Black with #D3CF73
Text Example
Text Example
White with #D3CF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF73; }
p { color: rgb(211,207,115); }
H1.HeaderClassName
{
color: #D3CF73;
}
.AnyTagClassName
{
color: #D3CF73;
}
</style>
background-color css
<style>
a { background-color: #D3CF73; }
a { background-color: rgb(211,207,115); }
div.DivClassName
{
background-color: #D3CF73;
}
.BgClassName
{
background-color: #D3CF73;
}
</style>
border-color css
<style>
span { border-color: #D3CF73; }
span { border-color: rgb(211,207,115); }
td.TdClassName
{
border-color: #D3CF73;
}
.TagClassName
{
border-color: #D3CF73;
}
</style>