Shades of Goldenrod #D2CE6C
Tints of Goldenrod #D2CE6C
RGB
CMYK
RGB Variations
Color information
#D2CE6C (or 0xD2CE6C) is known color: Goldenrod. HEX triplet: D2, CE and 6C. RGB value is (210,206,108). Sum of RGB (Red+Green+Blue) = 210+206+108=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE6C is #2D3193. Grayscale: #C4C4C4. Windows color (decimal): -2961812 or 7130834. OLE color: 7130834.
HSL color Cylindrical-coordinate representation of color #D2CE6C: hue angle of 57.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2CE6C is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 108 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.18 |
| HSL | 57.65º | 0.53% | 0.62% | - |
| HSV(B) | 57.65º | 0.49% | 0.82% | - |
| XYZ | 51.36 | 58.93 | 22.85 | - |
| YUV | 196.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 108 | 0 | 0.02 | 0.49 | 0.18 | 57.65 | 0.53 | 0.62 |
| Hex | D2 | CE | 6C | 0 | 2 | 31 | 12 | 3A | 35 | 3E |
| Octal | 322 | 316 | 154 | 0 | 2 | 61 | 22 | 72 | 65 | 76 |
| Binary | 11010010 | 11001110 | 1101100 | 0 | 10 | 110001 | 10010 | 111010 | 110101 | 111110 |
Color Harmonies of #D2CE6C
Complementary color
Monochromatic Colors of #D2CE6C
Black with #D2CE6C
Text Example
Text Example
White with #D2CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE6C; }
p { color: rgb(210,206,108); }
H1.HeaderClassName
{
color: #D2CE6C;
}
.AnyTagClassName
{
color: #D2CE6C;
}
</style>
background-color css
<style>
a { background-color: #D2CE6C; }
a { background-color: rgb(210,206,108); }
div.DivClassName
{
background-color: #D2CE6C;
}
.BgClassName
{
background-color: #D2CE6C;
}
</style>
border-color css
<style>
span { border-color: #D2CE6C; }
span { border-color: rgb(210,206,108); }
td.TdClassName
{
border-color: #D2CE6C;
}
.TagClassName
{
border-color: #D2CE6C;
}
</style>