Shades of Goldenrod #D1CE65
Tints of Goldenrod #D1CE65
RGB
CMYK
RGB Variations
Color information
#D1CE65 (or 0xD1CE65) is known color: Goldenrod. HEX triplet: D1, CE and 65. RGB value is (209,206,101). Sum of RGB (Red+Green+Blue) = 209+206+101=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CE65 is #2E319A. Grayscale: #C3C3C3. Windows color (decimal): -3027355 or 6672081. OLE color: 6672081.
HSL color Cylindrical-coordinate representation of color #D1CE65: hue angle of 58.33º 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 #D1CE65 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 101 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.18 |
| HSL | 58.33º | 0.54% | 0.61% | - |
| HSV(B) | 58.33º | 0.52% | 0.82% | - |
| XYZ | 50.71 | 58.64 | 20.96 | - |
| YUV | 194.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 101 | 0 | 0.01 | 0.52 | 0.18 | 58.33 | 0.54 | 0.61 |
| Hex | D1 | CE | 65 | 0 | 1 | 34 | 12 | 3A | 36 | 3D |
| Octal | 321 | 316 | 145 | 0 | 1 | 64 | 22 | 72 | 66 | 75 |
| Binary | 11010001 | 11001110 | 1100101 | 0 | 1 | 110100 | 10010 | 111010 | 110110 | 111101 |
Color Harmonies of #D1CE65
Complementary color
Monochromatic Colors of #D1CE65
Black with #D1CE65
Text Example
Text Example
White with #D1CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE65; }
p { color: rgb(209,206,101); }
H1.HeaderClassName
{
color: #D1CE65;
}
.AnyTagClassName
{
color: #D1CE65;
}
</style>
background-color css
<style>
a { background-color: #D1CE65; }
a { background-color: rgb(209,206,101); }
div.DivClassName
{
background-color: #D1CE65;
}
.BgClassName
{
background-color: #D1CE65;
}
</style>
border-color css
<style>
span { border-color: #D1CE65; }
span { border-color: rgb(209,206,101); }
td.TdClassName
{
border-color: #D1CE65;
}
.TagClassName
{
border-color: #D1CE65;
}
</style>