Shades of Goldenrod #D0CD64
Tints of Goldenrod #D0CD64
RGB
CMYK
RGB Variations
Color information
#D0CD64 (or 0xD0CD64) is known color: Goldenrod. HEX triplet: D0, CD and 64. RGB value is (208,205,100). Sum of RGB (Red+Green+Blue) = 208+205+100=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD64 is #2F329B. Grayscale: #C2C2C2. Windows color (decimal): -3093148 or 6606288. OLE color: 6606288.
HSL color Cylindrical-coordinate representation of color #D0CD64: hue angle of 58.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0CD64 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 100 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.18 |
| HSL | 58.33º | 0.53% | 0.6% | - |
| HSV(B) | 58.33º | 0.52% | 0.82% | - |
| XYZ | 50.14 | 57.99 | 20.61 | - |
| YUV | 193.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 100 | 0 | 0.01 | 0.52 | 0.18 | 58.33 | 0.53 | 0.6 |
| Hex | D0 | CD | 64 | 0 | 1 | 34 | 12 | 3A | 35 | 3C |
| Octal | 320 | 315 | 144 | 0 | 1 | 64 | 22 | 72 | 65 | 74 |
| Binary | 11010000 | 11001101 | 1100100 | 0 | 1 | 110100 | 10010 | 111010 | 110101 | 111100 |
Color Harmonies of #D0CD64
Complementary color
Monochromatic Colors of #D0CD64
Black with #D0CD64
Text Example
Text Example
White with #D0CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD64; }
p { color: rgb(208,205,100); }
H1.HeaderClassName
{
color: #D0CD64;
}
.AnyTagClassName
{
color: #D0CD64;
}
</style>
background-color css
<style>
a { background-color: #D0CD64; }
a { background-color: rgb(208,205,100); }
div.DivClassName
{
background-color: #D0CD64;
}
.BgClassName
{
background-color: #D0CD64;
}
</style>
border-color css
<style>
span { border-color: #D0CD64; }
span { border-color: rgb(208,205,100); }
td.TdClassName
{
border-color: #D0CD64;
}
.TagClassName
{
border-color: #D0CD64;
}
</style>