Shades of Goldenrod #DCDB64
Tints of Goldenrod #DCDB64
RGB
CMYK
RGB Variations
Color information
#DCDB64 (or 0xDCDB64) is known color: Goldenrod. HEX triplet: DC, DB and 64. RGB value is (220,219,100). Sum of RGB (Red+Green+Blue) = 220+219+100=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB64 is #23249B. Grayscale: #CECECE. Windows color (decimal): -2303132 or 6609884. OLE color: 6609884.
HSL color Cylindrical-coordinate representation of color #DCDB64: hue angle of 59.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCDB64 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 100 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.14 |
| HSL | 59.5º | 0.63% | 0.63% | - |
| HSV(B) | 59.5º | 0.55% | 0.86% | - |
| XYZ | 57.15 | 66.8 | 21.94 | - |
| YUV | 205.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 100 | 0 | 0.00 | 0.55 | 0.14 | 59.5 | 0.63 | 0.63 |
| Hex | DC | DB | 64 | 0 | 0 | 37 | E | 3C | 3F | 3F |
| Octal | 334 | 333 | 144 | 0 | 0 | 67 | 16 | 74 | 77 | 77 |
| Binary | 11011100 | 11011011 | 1100100 | 0 | 0 | 110111 | 1110 | 111100 | 111111 | 111111 |
Color Harmonies of #DCDB64
Complementary color
Monochromatic Colors of #DCDB64
Black with #DCDB64
Text Example
Text Example
White with #DCDB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB64; }
p { color: rgb(220,219,100); }
H1.HeaderClassName
{
color: #DCDB64;
}
.AnyTagClassName
{
color: #DCDB64;
}
</style>
background-color css
<style>
a { background-color: #DCDB64; }
a { background-color: rgb(220,219,100); }
div.DivClassName
{
background-color: #DCDB64;
}
.BgClassName
{
background-color: #DCDB64;
}
</style>
border-color css
<style>
span { border-color: #DCDB64; }
span { border-color: rgb(220,219,100); }
td.TdClassName
{
border-color: #DCDB64;
}
.TagClassName
{
border-color: #DCDB64;
}
</style>