Shades of Goldenrod #DCD862
Tints of Goldenrod #DCD862
RGB
CMYK
RGB Variations
Color information
#DCD862 (or 0xDCD862) is known color: Goldenrod. HEX triplet: DC, D8 and 62. RGB value is (220,216,98). Sum of RGB (Red+Green+Blue) = 220+216+98=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD862 is #23279D. Grayscale: #CCCCCC. Windows color (decimal): -2303902 or 6478044. OLE color: 6478044.
HSL color Cylindrical-coordinate representation of color #DCD862: hue angle of 58.03º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCD862 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 98 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.14 |
| HSL | 58.03º | 0.64% | 0.62% | - |
| HSV(B) | 58.03º | 0.55% | 0.86% | - |
| XYZ | 56.28 | 65.21 | 21.18 | - |
| YUV | 203.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 98 | 0 | 0.02 | 0.55 | 0.14 | 58.03 | 0.64 | 0.62 |
| Hex | DC | D8 | 62 | 0 | 2 | 37 | E | 3A | 40 | 3E |
| Octal | 334 | 330 | 142 | 0 | 2 | 67 | 16 | 72 | 100 | 76 |
| Binary | 11011100 | 11011000 | 1100010 | 0 | 10 | 110111 | 1110 | 111010 | 1000000 | 111110 |
Color Harmonies of #DCD862
Complementary color
Monochromatic Colors of #DCD862
Black with #DCD862
Text Example
Text Example
White with #DCD862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD862; }
p { color: rgb(220,216,98); }
H1.HeaderClassName
{
color: #DCD862;
}
.AnyTagClassName
{
color: #DCD862;
}
</style>
background-color css
<style>
a { background-color: #DCD862; }
a { background-color: rgb(220,216,98); }
div.DivClassName
{
background-color: #DCD862;
}
.BgClassName
{
background-color: #DCD862;
}
</style>
border-color css
<style>
span { border-color: #DCD862; }
span { border-color: rgb(220,216,98); }
td.TdClassName
{
border-color: #DCD862;
}
.TagClassName
{
border-color: #DCD862;
}
</style>