Shades of Goldenrod #D1CC65
Tints of Goldenrod #D1CC65
RGB
CMYK
RGB Variations
Color information
#D1CC65 (or 0xD1CC65) is known color: Goldenrod. HEX triplet: D1, CC and 65. RGB value is (209,204,101). Sum of RGB (Red+Green+Blue) = 209+204+101=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC65 is #2E339A. Grayscale: #C2C2C2. Windows color (decimal): -3027867 or 6671569. OLE color: 6671569.
HSL color Cylindrical-coordinate representation of color #D1CC65: hue angle of 57.22º 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 #D1CC65 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 101 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.18 |
| HSL | 57.22º | 0.54% | 0.61% | - |
| HSV(B) | 57.22º | 0.52% | 0.82% | - |
| XYZ | 50.24 | 57.68 | 20.8 | - |
| YUV | 193.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 101 | 0 | 0.02 | 0.52 | 0.18 | 57.22 | 0.54 | 0.61 |
| Hex | D1 | CC | 65 | 0 | 2 | 34 | 12 | 39 | 36 | 3D |
| Octal | 321 | 314 | 145 | 0 | 2 | 64 | 22 | 71 | 66 | 75 |
| Binary | 11010001 | 11001100 | 1100101 | 0 | 10 | 110100 | 10010 | 111001 | 110110 | 111101 |
Color Harmonies of #D1CC65
Complementary color
Monochromatic Colors of #D1CC65
Black with #D1CC65
Text Example
Text Example
White with #D1CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC65; }
p { color: rgb(209,204,101); }
H1.HeaderClassName
{
color: #D1CC65;
}
.AnyTagClassName
{
color: #D1CC65;
}
</style>
background-color css
<style>
a { background-color: #D1CC65; }
a { background-color: rgb(209,204,101); }
div.DivClassName
{
background-color: #D1CC65;
}
.BgClassName
{
background-color: #D1CC65;
}
</style>
border-color css
<style>
span { border-color: #D1CC65; }
span { border-color: rgb(209,204,101); }
td.TdClassName
{
border-color: #D1CC65;
}
.TagClassName
{
border-color: #D1CC65;
}
</style>