Shades of Goldenrod #DCDB61
Tints of Goldenrod #DCDB61
RGB
CMYK
RGB Variations
Color information
#DCDB61 (or 0xDCDB61) is known color: Goldenrod. HEX triplet: DC, DB and 61. RGB value is (220,219,97). Sum of RGB (Red+Green+Blue) = 220+219+97=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB61 is #23249E. Grayscale: #CDCDCD. Windows color (decimal): -2303135 or 6413276. OLE color: 6413276.
HSL color Cylindrical-coordinate representation of color #DCDB61: hue angle of 59.51º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCDB61 is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 97 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.14 |
| HSL | 59.51º | 0.64% | 0.62% | - |
| HSV(B) | 59.51º | 0.56% | 0.86% | - |
| XYZ | 57 | 66.74 | 21.19 | - |
| YUV | 205.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 97 | 0 | 0.00 | 0.56 | 0.14 | 59.51 | 0.64 | 0.62 |
| Hex | DC | DB | 61 | 0 | 0 | 38 | E | 3C | 40 | 3E |
| Octal | 334 | 333 | 141 | 0 | 0 | 70 | 16 | 74 | 100 | 76 |
| Binary | 11011100 | 11011011 | 1100001 | 0 | 0 | 111000 | 1110 | 111100 | 1000000 | 111110 |
Color Harmonies of #DCDB61
Complementary color
Monochromatic Colors of #DCDB61
Black with #DCDB61
Text Example
Text Example
White with #DCDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB61; }
p { color: rgb(220,219,97); }
H1.HeaderClassName
{
color: #DCDB61;
}
.AnyTagClassName
{
color: #DCDB61;
}
</style>
background-color css
<style>
a { background-color: #DCDB61; }
a { background-color: rgb(220,219,97); }
div.DivClassName
{
background-color: #DCDB61;
}
.BgClassName
{
background-color: #DCDB61;
}
</style>
border-color css
<style>
span { border-color: #DCDB61; }
span { border-color: rgb(220,219,97); }
td.TdClassName
{
border-color: #DCDB61;
}
.TagClassName
{
border-color: #DCDB61;
}
</style>