Shades of Goldenrod #D5CE6E
Tints of Goldenrod #D5CE6E
RGB
CMYK
RGB Variations
Color information
#D5CE6E (or 0xD5CE6E) is known color: Goldenrod. HEX triplet: D5, CE and 6E. RGB value is (213,206,110). Sum of RGB (Red+Green+Blue) = 213+206+110=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE6E is #2A3191. Grayscale: #C5C5C5. Windows color (decimal): -2765202 or 7261909. OLE color: 7261909.
HSL color Cylindrical-coordinate representation of color #D5CE6E: hue angle of 55.92º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5CE6E is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 110 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.16 |
| HSL | 55.92º | 0.55% | 0.63% | - |
| HSV(B) | 55.92º | 0.48% | 0.84% | - |
| XYZ | 52.33 | 59.41 | 23.46 | - |
| YUV | 197.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 110 | 0 | 0.03 | 0.48 | 0.16 | 55.92 | 0.55 | 0.63 |
| Hex | D5 | CE | 6E | 0 | 3 | 30 | 10 | 38 | 37 | 3F |
| Octal | 325 | 316 | 156 | 0 | 3 | 60 | 20 | 70 | 67 | 77 |
| Binary | 11010101 | 11001110 | 1101110 | 0 | 11 | 110000 | 10000 | 111000 | 110111 | 111111 |
Color Harmonies of #D5CE6E
Complementary color
Monochromatic Colors of #D5CE6E
Black with #D5CE6E
Text Example
Text Example
White with #D5CE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE6E; }
p { color: rgb(213,206,110); }
H1.HeaderClassName
{
color: #D5CE6E;
}
.AnyTagClassName
{
color: #D5CE6E;
}
</style>
background-color css
<style>
a { background-color: #D5CE6E; }
a { background-color: rgb(213,206,110); }
div.DivClassName
{
background-color: #D5CE6E;
}
.BgClassName
{
background-color: #D5CE6E;
}
</style>
border-color css
<style>
span { border-color: #D5CE6E; }
span { border-color: rgb(213,206,110); }
td.TdClassName
{
border-color: #D5CE6E;
}
.TagClassName
{
border-color: #D5CE6E;
}
</style>