Shades of Goldenrod #DCD762
Tints of Goldenrod #DCD762
RGB
CMYK
RGB Variations
Color information
#DCD762 (or 0xDCD762) is known color: Goldenrod. HEX triplet: DC, D7 and 62. RGB value is (220,215,98). Sum of RGB (Red+Green+Blue) = 220+215+98=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD762 is #23289D. Grayscale: #CBCBCB. Windows color (decimal): -2304158 or 6477788. OLE color: 6477788.
HSL color Cylindrical-coordinate representation of color #DCD762: hue angle of 57.54º 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 #DCD762 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 98 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.14 |
| HSL | 57.54º | 0.64% | 0.62% | - |
| HSV(B) | 57.54º | 0.55% | 0.86% | - |
| XYZ | 56.02 | 64.7 | 21.09 | - |
| YUV | 203.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 98 | 0 | 0.02 | 0.55 | 0.14 | 57.54 | 0.64 | 0.62 |
| Hex | DC | D7 | 62 | 0 | 2 | 37 | E | 3A | 40 | 3E |
| Octal | 334 | 327 | 142 | 0 | 2 | 67 | 16 | 72 | 100 | 76 |
| Binary | 11011100 | 11010111 | 1100010 | 0 | 10 | 110111 | 1110 | 111010 | 1000000 | 111110 |
Color Harmonies of #DCD762
Complementary color
Monochromatic Colors of #DCD762
Black with #DCD762
Text Example
Text Example
White with #DCD762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD762; }
p { color: rgb(220,215,98); }
H1.HeaderClassName
{
color: #DCD762;
}
.AnyTagClassName
{
color: #DCD762;
}
</style>
background-color css
<style>
a { background-color: #DCD762; }
a { background-color: rgb(220,215,98); }
div.DivClassName
{
background-color: #DCD762;
}
.BgClassName
{
background-color: #DCD762;
}
</style>
border-color css
<style>
span { border-color: #DCD762; }
span { border-color: rgb(220,215,98); }
td.TdClassName
{
border-color: #DCD762;
}
.TagClassName
{
border-color: #DCD762;
}
</style>