Shades of Goldenrod #D9CE64
Tints of Goldenrod #D9CE64
RGB
CMYK
RGB Variations
Color information
#D9CE64 (or 0xD9CE64) is known color: Goldenrod. HEX triplet: D9, CE and 64. RGB value is (217,206,100). Sum of RGB (Red+Green+Blue) = 217+206+100=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE64 is #26319B. Grayscale: #C5C5C5. Windows color (decimal): -2503068 or 6606553. OLE color: 6606553.
HSL color Cylindrical-coordinate representation of color #D9CE64: hue angle of 54.36º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9CE64 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 100 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.15 |
| HSL | 54.36º | 0.61% | 0.62% | - |
| HSV(B) | 54.36º | 0.54% | 0.85% | - |
| XYZ | 52.99 | 59.81 | 20.81 | - |
| YUV | 197.21 | 73.14 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 100 | 0 | 0.05 | 0.54 | 0.15 | 54.36 | 0.61 | 0.62 |
| Hex | D9 | CE | 64 | 0 | 5 | 36 | F | 36 | 3D | 3E |
| Octal | 331 | 316 | 144 | 0 | 5 | 66 | 17 | 66 | 75 | 76 |
| Binary | 11011001 | 11001110 | 1100100 | 0 | 101 | 110110 | 1111 | 110110 | 111101 | 111110 |
Color Harmonies of #D9CE64
Complementary color
Monochromatic Colors of #D9CE64
Black with #D9CE64
Text Example
Text Example
White with #D9CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CE64; }
p { color: rgb(217,206,100); }
H1.HeaderClassName
{
color: #D9CE64;
}
.AnyTagClassName
{
color: #D9CE64;
}
</style>
background-color css
<style>
a { background-color: #D9CE64; }
a { background-color: rgb(217,206,100); }
div.DivClassName
{
background-color: #D9CE64;
}
.BgClassName
{
background-color: #D9CE64;
}
</style>
border-color css
<style>
span { border-color: #D9CE64; }
span { border-color: rgb(217,206,100); }
td.TdClassName
{
border-color: #D9CE64;
}
.TagClassName
{
border-color: #D9CE64;
}
</style>