Shades of Goldenrod #D3CF64
Tints of Goldenrod #D3CF64
RGB
CMYK
RGB Variations
Color information
#D3CF64 (or 0xD3CF64) is known color: Goldenrod. HEX triplet: D3, CF and 64. RGB value is (211,207,100). Sum of RGB (Red+Green+Blue) = 211+207+100=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF64 is #2C309B. Grayscale: #C4C4C4. Windows color (decimal): -2896028 or 6606803. OLE color: 6606803.
HSL color Cylindrical-coordinate representation of color #D3CF64: hue angle of 57.84º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3CF64 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 100 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.17 |
| HSL | 57.84º | 0.56% | 0.61% | - |
| HSV(B) | 57.84º | 0.53% | 0.83% | - |
| XYZ | 51.48 | 59.39 | 20.81 | - |
| YUV | 196 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 100 | 0 | 0.02 | 0.53 | 0.17 | 57.84 | 0.56 | 0.61 |
| Hex | D3 | CF | 64 | 0 | 2 | 35 | 11 | 3A | 38 | 3D |
| Octal | 323 | 317 | 144 | 0 | 2 | 65 | 21 | 72 | 70 | 75 |
| Binary | 11010011 | 11001111 | 1100100 | 0 | 10 | 110101 | 10001 | 111010 | 111000 | 111101 |
Color Harmonies of #D3CF64
Complementary color
Monochromatic Colors of #D3CF64
Black with #D3CF64
Text Example
Text Example
White with #D3CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF64; }
p { color: rgb(211,207,100); }
H1.HeaderClassName
{
color: #D3CF64;
}
.AnyTagClassName
{
color: #D3CF64;
}
</style>
background-color css
<style>
a { background-color: #D3CF64; }
a { background-color: rgb(211,207,100); }
div.DivClassName
{
background-color: #D3CF64;
}
.BgClassName
{
background-color: #D3CF64;
}
</style>
border-color css
<style>
span { border-color: #D3CF64; }
span { border-color: rgb(211,207,100); }
td.TdClassName
{
border-color: #D3CF64;
}
.TagClassName
{
border-color: #D3CF64;
}
</style>