Shades of Goldenrod #D0CD65
Tints of Goldenrod #D0CD65
RGB
CMYK
RGB Variations
Color information
#D0CD65 (or 0xD0CD65) is known color: Goldenrod. HEX triplet: D0, CD and 65. RGB value is (208,205,101). Sum of RGB (Red+Green+Blue) = 208+205+101=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD65 is #2F329A. Grayscale: #C2C2C2. Windows color (decimal): -3093147 or 6671824. OLE color: 6671824.
HSL color Cylindrical-coordinate representation of color #D0CD65: hue angle of 58.32º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0CD65 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 101 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.18 |
| HSL | 58.32º | 0.53% | 0.61% | - |
| HSV(B) | 58.32º | 0.51% | 0.82% | - |
| XYZ | 50.19 | 58.01 | 20.86 | - |
| YUV | 194.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 101 | 0 | 0.01 | 0.51 | 0.18 | 58.32 | 0.53 | 0.61 |
| Hex | D0 | CD | 65 | 0 | 1 | 33 | 12 | 3A | 35 | 3D |
| Octal | 320 | 315 | 145 | 0 | 1 | 63 | 22 | 72 | 65 | 75 |
| Binary | 11010000 | 11001101 | 1100101 | 0 | 1 | 110011 | 10010 | 111010 | 110101 | 111101 |
Color Harmonies of #D0CD65
Complementary color
Monochromatic Colors of #D0CD65
Black with #D0CD65
Text Example
Text Example
White with #D0CD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD65; }
p { color: rgb(208,205,101); }
H1.HeaderClassName
{
color: #D0CD65;
}
.AnyTagClassName
{
color: #D0CD65;
}
</style>
background-color css
<style>
a { background-color: #D0CD65; }
a { background-color: rgb(208,205,101); }
div.DivClassName
{
background-color: #D0CD65;
}
.BgClassName
{
background-color: #D0CD65;
}
</style>
border-color css
<style>
span { border-color: #D0CD65; }
span { border-color: rgb(208,205,101); }
td.TdClassName
{
border-color: #D0CD65;
}
.TagClassName
{
border-color: #D0CD65;
}
</style>