Shades of Goldenrod #D3CF6E
Tints of Goldenrod #D3CF6E
RGB
CMYK
RGB Variations
Color information
#D3CF6E (or 0xD3CF6E) is known color: Goldenrod. HEX triplet: D3, CF and 6E. RGB value is (211,207,110). Sum of RGB (Red+Green+Blue) = 211+207+110=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF6E is #2C3091. Grayscale: #C5C5C5. Windows color (decimal): -2896018 or 7262163. OLE color: 7262163.
HSL color Cylindrical-coordinate representation of color #D3CF6E: hue angle of 57.62º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3CF6E is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 110 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.17 |
| HSL | 57.62º | 0.53% | 0.63% | - |
| HSV(B) | 57.62º | 0.48% | 0.83% | - |
| XYZ | 51.99 | 59.6 | 23.52 | - |
| YUV | 197.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 110 | 0 | 0.02 | 0.48 | 0.17 | 57.62 | 0.53 | 0.63 |
| Hex | D3 | CF | 6E | 0 | 2 | 30 | 11 | 3A | 35 | 3F |
| Octal | 323 | 317 | 156 | 0 | 2 | 60 | 21 | 72 | 65 | 77 |
| Binary | 11010011 | 11001111 | 1101110 | 0 | 10 | 110000 | 10001 | 111010 | 110101 | 111111 |
Color Harmonies of #D3CF6E
Complementary color
Monochromatic Colors of #D3CF6E
Black with #D3CF6E
Text Example
Text Example
White with #D3CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF6E; }
p { color: rgb(211,207,110); }
H1.HeaderClassName
{
color: #D3CF6E;
}
.AnyTagClassName
{
color: #D3CF6E;
}
</style>
background-color css
<style>
a { background-color: #D3CF6E; }
a { background-color: rgb(211,207,110); }
div.DivClassName
{
background-color: #D3CF6E;
}
.BgClassName
{
background-color: #D3CF6E;
}
</style>
border-color css
<style>
span { border-color: #D3CF6E; }
span { border-color: rgb(211,207,110); }
td.TdClassName
{
border-color: #D3CF6E;
}
.TagClassName
{
border-color: #D3CF6E;
}
</style>