Shades of Goldenrod #DCD962
Tints of Goldenrod #DCD962
RGB
CMYK
RGB Variations
Color information
#DCD962 (or 0xDCD962) is known color: Goldenrod. HEX triplet: DC, D9 and 62. RGB value is (220,217,98). Sum of RGB (Red+Green+Blue) = 220+217+98=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD962 is #23269D. Grayscale: #CCCCCC. Windows color (decimal): -2303646 or 6478300. OLE color: 6478300.
HSL color Cylindrical-coordinate representation of color #DCD962: hue angle of 58.52º 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 #DCD962 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 98 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.14 |
| HSL | 58.52º | 0.64% | 0.62% | - |
| HSV(B) | 58.52º | 0.55% | 0.86% | - |
| XYZ | 56.53 | 65.72 | 21.26 | - |
| YUV | 204.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 98 | 0 | 0.01 | 0.55 | 0.14 | 58.52 | 0.64 | 0.62 |
| Hex | DC | D9 | 62 | 0 | 1 | 37 | E | 3B | 40 | 3E |
| Octal | 334 | 331 | 142 | 0 | 1 | 67 | 16 | 73 | 100 | 76 |
| Binary | 11011100 | 11011001 | 1100010 | 0 | 1 | 110111 | 1110 | 111011 | 1000000 | 111110 |
Color Harmonies of #DCD962
Complementary color
Monochromatic Colors of #DCD962
Black with #DCD962
Text Example
Text Example
White with #DCD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD962; }
p { color: rgb(220,217,98); }
H1.HeaderClassName
{
color: #DCD962;
}
.AnyTagClassName
{
color: #DCD962;
}
</style>
background-color css
<style>
a { background-color: #DCD962; }
a { background-color: rgb(220,217,98); }
div.DivClassName
{
background-color: #DCD962;
}
.BgClassName
{
background-color: #DCD962;
}
</style>
border-color css
<style>
span { border-color: #DCD962; }
span { border-color: rgb(220,217,98); }
td.TdClassName
{
border-color: #DCD962;
}
.TagClassName
{
border-color: #DCD962;
}
</style>