Shades of Goldenrod #D4CE6C
Tints of Goldenrod #D4CE6C
RGB
CMYK
RGB Variations
Color information
#D4CE6C (or 0xD4CE6C) is known color: Goldenrod. HEX triplet: D4, CE and 6C. RGB value is (212,206,108). Sum of RGB (Red+Green+Blue) = 212+206+108=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE6C is #2B3193. Grayscale: #C5C5C5. Windows color (decimal): -2830740 or 7130836. OLE color: 7130836.
HSL color Cylindrical-coordinate representation of color #D4CE6C: hue angle of 56.54º degrees, saturation: 0.55, 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 #D4CE6C is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 108 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.17 |
| HSL | 56.54º | 0.55% | 0.63% | - |
| HSV(B) | 56.54º | 0.49% | 0.83% | - |
| XYZ | 51.93 | 59.22 | 22.88 | - |
| YUV | 196.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 108 | 0 | 0.03 | 0.49 | 0.17 | 56.54 | 0.55 | 0.63 |
| Hex | D4 | CE | 6C | 0 | 3 | 31 | 11 | 39 | 37 | 3F |
| Octal | 324 | 316 | 154 | 0 | 3 | 61 | 21 | 71 | 67 | 77 |
| Binary | 11010100 | 11001110 | 1101100 | 0 | 11 | 110001 | 10001 | 111001 | 110111 | 111111 |
Color Harmonies of #D4CE6C
Complementary color
Monochromatic Colors of #D4CE6C
Black with #D4CE6C
Text Example
Text Example
White with #D4CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE6C; }
p { color: rgb(212,206,108); }
H1.HeaderClassName
{
color: #D4CE6C;
}
.AnyTagClassName
{
color: #D4CE6C;
}
</style>
background-color css
<style>
a { background-color: #D4CE6C; }
a { background-color: rgb(212,206,108); }
div.DivClassName
{
background-color: #D4CE6C;
}
.BgClassName
{
background-color: #D4CE6C;
}
</style>
border-color css
<style>
span { border-color: #D4CE6C; }
span { border-color: rgb(212,206,108); }
td.TdClassName
{
border-color: #D4CE6C;
}
.TagClassName
{
border-color: #D4CE6C;
}
</style>