Shades of Goldenrod #D7CE63
Tints of Goldenrod #D7CE63
RGB
CMYK
RGB Variations
Color information
#D7CE63 (or 0xD7CE63) is known color: Goldenrod. HEX triplet: D7, CE and 63. RGB value is (215,206,99). Sum of RGB (Red+Green+Blue) = 215+206+99=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE63 is #28319C. Grayscale: #C4C4C4. Windows color (decimal): -2634141 or 6541015. OLE color: 6541015.
HSL color Cylindrical-coordinate representation of color #D7CE63: hue angle of 55.34º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7CE63 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 99 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.16 |
| HSL | 55.34º | 0.59% | 0.62% | - |
| HSV(B) | 55.34º | 0.54% | 0.84% | - |
| XYZ | 52.35 | 59.49 | 20.53 | - |
| YUV | 196.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 99 | 0 | 0.04 | 0.54 | 0.16 | 55.34 | 0.59 | 0.62 |
| Hex | D7 | CE | 63 | 0 | 4 | 36 | 10 | 37 | 3B | 3E |
| Octal | 327 | 316 | 143 | 0 | 4 | 66 | 20 | 67 | 73 | 76 |
| Binary | 11010111 | 11001110 | 1100011 | 0 | 100 | 110110 | 10000 | 110111 | 111011 | 111110 |
Color Harmonies of #D7CE63
Complementary color
Monochromatic Colors of #D7CE63
Black with #D7CE63
Text Example
Text Example
White with #D7CE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE63; }
p { color: rgb(215,206,99); }
H1.HeaderClassName
{
color: #D7CE63;
}
.AnyTagClassName
{
color: #D7CE63;
}
</style>
background-color css
<style>
a { background-color: #D7CE63; }
a { background-color: rgb(215,206,99); }
div.DivClassName
{
background-color: #D7CE63;
}
.BgClassName
{
background-color: #D7CE63;
}
</style>
border-color css
<style>
span { border-color: #D7CE63; }
span { border-color: rgb(215,206,99); }
td.TdClassName
{
border-color: #D7CE63;
}
.TagClassName
{
border-color: #D7CE63;
}
</style>