Shades of Goldenrod #D7CE66
Tints of Goldenrod #D7CE66
RGB
CMYK
RGB Variations
Color information
#D7CE66 (or 0xD7CE66) is known color: Goldenrod. HEX triplet: D7, CE and 66. RGB value is (215,206,102). Sum of RGB (Red+Green+Blue) = 215+206+102=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE66 is #283199. Grayscale: #C5C5C5. Windows color (decimal): -2634138 or 6737623. OLE color: 6737623.
HSL color Cylindrical-coordinate representation of color #D7CE66: hue angle of 55.22º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7CE66 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 102 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.16 |
| HSL | 55.22º | 0.59% | 0.62% | - |
| HSV(B) | 55.22º | 0.53% | 0.84% | - |
| XYZ | 52.49 | 59.55 | 21.3 | - |
| YUV | 196.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 102 | 0 | 0.04 | 0.53 | 0.16 | 55.22 | 0.59 | 0.62 |
| Hex | D7 | CE | 66 | 0 | 4 | 35 | 10 | 37 | 3B | 3E |
| Octal | 327 | 316 | 146 | 0 | 4 | 65 | 20 | 67 | 73 | 76 |
| Binary | 11010111 | 11001110 | 1100110 | 0 | 100 | 110101 | 10000 | 110111 | 111011 | 111110 |
Color Harmonies of #D7CE66
Complementary color
Monochromatic Colors of #D7CE66
Black with #D7CE66
Text Example
Text Example
White with #D7CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE66; }
p { color: rgb(215,206,102); }
H1.HeaderClassName
{
color: #D7CE66;
}
.AnyTagClassName
{
color: #D7CE66;
}
</style>
background-color css
<style>
a { background-color: #D7CE66; }
a { background-color: rgb(215,206,102); }
div.DivClassName
{
background-color: #D7CE66;
}
.BgClassName
{
background-color: #D7CE66;
}
</style>
border-color css
<style>
span { border-color: #D7CE66; }
span { border-color: rgb(215,206,102); }
td.TdClassName
{
border-color: #D7CE66;
}
.TagClassName
{
border-color: #D7CE66;
}
</style>