Shades of Goldenrod #D3CE6C
Tints of Goldenrod #D3CE6C
RGB
CMYK
RGB Variations
Color information
#D3CE6C (or 0xD3CE6C) is known color: Goldenrod. HEX triplet: D3, CE and 6C. RGB value is (211,206,108). Sum of RGB (Red+Green+Blue) = 211+206+108=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CE6C is #2C3193. Grayscale: #C4C4C4. Windows color (decimal): -2896276 or 7130835. OLE color: 7130835.
HSL color Cylindrical-coordinate representation of color #D3CE6C: hue angle of 57.09º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3CE6C is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 108 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.17 |
| HSL | 57.09º | 0.54% | 0.63% | - |
| HSV(B) | 57.09º | 0.49% | 0.83% | - |
| XYZ | 51.64 | 59.07 | 22.87 | - |
| YUV | 196.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 108 | 0 | 0.02 | 0.49 | 0.17 | 57.09 | 0.54 | 0.63 |
| Hex | D3 | CE | 6C | 0 | 2 | 31 | 11 | 39 | 36 | 3F |
| Octal | 323 | 316 | 154 | 0 | 2 | 61 | 21 | 71 | 66 | 77 |
| Binary | 11010011 | 11001110 | 1101100 | 0 | 10 | 110001 | 10001 | 111001 | 110110 | 111111 |
Color Harmonies of #D3CE6C
Complementary color
Monochromatic Colors of #D3CE6C
Black with #D3CE6C
Text Example
Text Example
White with #D3CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CE6C; }
p { color: rgb(211,206,108); }
H1.HeaderClassName
{
color: #D3CE6C;
}
.AnyTagClassName
{
color: #D3CE6C;
}
</style>
background-color css
<style>
a { background-color: #D3CE6C; }
a { background-color: rgb(211,206,108); }
div.DivClassName
{
background-color: #D3CE6C;
}
.BgClassName
{
background-color: #D3CE6C;
}
</style>
border-color css
<style>
span { border-color: #D3CE6C; }
span { border-color: rgb(211,206,108); }
td.TdClassName
{
border-color: #D3CE6C;
}
.TagClassName
{
border-color: #D3CE6C;
}
</style>