Shades of Goldenrod #D5CC65
Tints of Goldenrod #D5CC65
RGB
CMYK
RGB Variations
Color information
#D5CC65 (or 0xD5CC65) is known color: Goldenrod. HEX triplet: D5, CC and 65. RGB value is (213,204,101). Sum of RGB (Red+Green+Blue) = 213+204+101=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC65 is #2A339A. Grayscale: #C3C3C3. Windows color (decimal): -2765723 or 6671573. OLE color: 6671573.
HSL color Cylindrical-coordinate representation of color #D5CC65: hue angle of 55.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5CC65 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 101 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.16 |
| HSL | 55.18º | 0.57% | 0.62% | - |
| HSV(B) | 55.18º | 0.53% | 0.84% | - |
| XYZ | 51.38 | 58.27 | 20.85 | - |
| YUV | 194.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 101 | 0 | 0.04 | 0.53 | 0.16 | 55.18 | 0.57 | 0.62 |
| Hex | D5 | CC | 65 | 0 | 4 | 35 | 10 | 37 | 39 | 3E |
| Octal | 325 | 314 | 145 | 0 | 4 | 65 | 20 | 67 | 71 | 76 |
| Binary | 11010101 | 11001100 | 1100101 | 0 | 100 | 110101 | 10000 | 110111 | 111001 | 111110 |
Color Harmonies of #D5CC65
Complementary color
Monochromatic Colors of #D5CC65
Black with #D5CC65
Text Example
Text Example
White with #D5CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC65; }
p { color: rgb(213,204,101); }
H1.HeaderClassName
{
color: #D5CC65;
}
.AnyTagClassName
{
color: #D5CC65;
}
</style>
background-color css
<style>
a { background-color: #D5CC65; }
a { background-color: rgb(213,204,101); }
div.DivClassName
{
background-color: #D5CC65;
}
.BgClassName
{
background-color: #D5CC65;
}
</style>
border-color css
<style>
span { border-color: #D5CC65; }
span { border-color: rgb(213,204,101); }
td.TdClassName
{
border-color: #D5CC65;
}
.TagClassName
{
border-color: #D5CC65;
}
</style>