Shades of Goldenrod #DCD865
Tints of Goldenrod #DCD865
RGB
CMYK
RGB Variations
Color information
#DCD865 (or 0xDCD865) is known color: Goldenrod. HEX triplet: DC, D8 and 65. RGB value is (220,216,101). Sum of RGB (Red+Green+Blue) = 220+216+101=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD865 is #23279A. Grayscale: #CCCCCC. Windows color (decimal): -2303899 or 6674652. OLE color: 6674652.
HSL color Cylindrical-coordinate representation of color #DCD865: hue angle of 57.98º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCD865 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 101 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.14 |
| HSL | 57.98º | 0.63% | 0.63% | - |
| HSV(B) | 57.98º | 0.54% | 0.86% | - |
| XYZ | 56.42 | 65.27 | 21.94 | - |
| YUV | 204.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 101 | 0 | 0.02 | 0.54 | 0.14 | 57.98 | 0.63 | 0.63 |
| Hex | DC | D8 | 65 | 0 | 2 | 36 | E | 3A | 3F | 3F |
| Octal | 334 | 330 | 145 | 0 | 2 | 66 | 16 | 72 | 77 | 77 |
| Binary | 11011100 | 11011000 | 1100101 | 0 | 10 | 110110 | 1110 | 111010 | 111111 | 111111 |
Color Harmonies of #DCD865
Complementary color
Monochromatic Colors of #DCD865
Black with #DCD865
Text Example
Text Example
White with #DCD865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD865; }
p { color: rgb(220,216,101); }
H1.HeaderClassName
{
color: #DCD865;
}
.AnyTagClassName
{
color: #DCD865;
}
</style>
background-color css
<style>
a { background-color: #DCD865; }
a { background-color: rgb(220,216,101); }
div.DivClassName
{
background-color: #DCD865;
}
.BgClassName
{
background-color: #DCD865;
}
</style>
border-color css
<style>
span { border-color: #DCD865; }
span { border-color: rgb(220,216,101); }
td.TdClassName
{
border-color: #DCD865;
}
.TagClassName
{
border-color: #DCD865;
}
</style>