Shades of Goldenrod #D3CC6E
Tints of Goldenrod #D3CC6E
RGB
CMYK
RGB Variations
Color information
#D3CC6E (or 0xD3CC6E) is known color: Goldenrod. HEX triplet: D3, CC and 6E. RGB value is (211,204,110). Sum of RGB (Red+Green+Blue) = 211+204+110=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC6E is #2C3391. Grayscale: #C3C3C3. Windows color (decimal): -2896786 or 7261395. OLE color: 7261395.
HSL color Cylindrical-coordinate representation of color #D3CC6E: hue angle of 55.84º 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 #D3CC6E is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 110 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.17 |
| HSL | 55.84º | 0.53% | 0.63% | - |
| HSV(B) | 55.84º | 0.48% | 0.83% | - |
| XYZ | 51.27 | 58.16 | 23.28 | - |
| YUV | 195.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 110 | 0 | 0.03 | 0.48 | 0.17 | 55.84 | 0.53 | 0.63 |
| Hex | D3 | CC | 6E | 0 | 3 | 30 | 11 | 38 | 35 | 3F |
| Octal | 323 | 314 | 156 | 0 | 3 | 60 | 21 | 70 | 65 | 77 |
| Binary | 11010011 | 11001100 | 1101110 | 0 | 11 | 110000 | 10001 | 111000 | 110101 | 111111 |
Color Harmonies of #D3CC6E
Complementary color
Monochromatic Colors of #D3CC6E
Black with #D3CC6E
Text Example
Text Example
White with #D3CC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CC6E; }
p { color: rgb(211,204,110); }
H1.HeaderClassName
{
color: #D3CC6E;
}
.AnyTagClassName
{
color: #D3CC6E;
}
</style>
background-color css
<style>
a { background-color: #D3CC6E; }
a { background-color: rgb(211,204,110); }
div.DivClassName
{
background-color: #D3CC6E;
}
.BgClassName
{
background-color: #D3CC6E;
}
</style>
border-color css
<style>
span { border-color: #D3CC6E; }
span { border-color: rgb(211,204,110); }
td.TdClassName
{
border-color: #D3CC6E;
}
.TagClassName
{
border-color: #D3CC6E;
}
</style>