Shades of Goldenrod #D1CE64
Tints of Goldenrod #D1CE64
RGB
CMYK
RGB Variations
Color information
#D1CE64 (or 0xD1CE64) is known color: Goldenrod. HEX triplet: D1, CE and 64. RGB value is (209,206,100). Sum of RGB (Red+Green+Blue) = 209+206+100=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CE64 is #2E319B. Grayscale: #C3C3C3. Windows color (decimal): -3027356 or 6606545. OLE color: 6606545.
HSL color Cylindrical-coordinate representation of color #D1CE64: hue angle of 58.35º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1CE64 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 100 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.18 |
| HSL | 58.35º | 0.54% | 0.61% | - |
| HSV(B) | 58.35º | 0.52% | 0.82% | - |
| XYZ | 50.67 | 58.62 | 20.7 | - |
| YUV | 194.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 100 | 0 | 0.01 | 0.52 | 0.18 | 58.35 | 0.54 | 0.61 |
| Hex | D1 | CE | 64 | 0 | 1 | 34 | 12 | 3A | 36 | 3D |
| Octal | 321 | 316 | 144 | 0 | 1 | 64 | 22 | 72 | 66 | 75 |
| Binary | 11010001 | 11001110 | 1100100 | 0 | 1 | 110100 | 10010 | 111010 | 110110 | 111101 |
Color Harmonies of #D1CE64
Complementary color
Monochromatic Colors of #D1CE64
Black with #D1CE64
Text Example
Text Example
White with #D1CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE64; }
p { color: rgb(209,206,100); }
H1.HeaderClassName
{
color: #D1CE64;
}
.AnyTagClassName
{
color: #D1CE64;
}
</style>
background-color css
<style>
a { background-color: #D1CE64; }
a { background-color: rgb(209,206,100); }
div.DivClassName
{
background-color: #D1CE64;
}
.BgClassName
{
background-color: #D1CE64;
}
</style>
border-color css
<style>
span { border-color: #D1CE64; }
span { border-color: rgb(209,206,100); }
td.TdClassName
{
border-color: #D1CE64;
}
.TagClassName
{
border-color: #D1CE64;
}
</style>