Shades of Goldenrod #DBDC64
Tints of Goldenrod #DBDC64
RGB
CMYK
RGB Variations
Color information
#DBDC64 (or 0xDBDC64) is known color: Goldenrod. HEX triplet: DB, DC and 64. RGB value is (219,220,100). Sum of RGB (Red+Green+Blue) = 219+220+100=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC64 is #24239B. Grayscale: #CECECE. Windows color (decimal): -2368412 or 6610139. OLE color: 6610139.
HSL color Cylindrical-coordinate representation of color #DBDC64: hue angle of 60.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 #DBDC64 is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 100 | - |
| CMYK | 0.00 | 0 | 0.55 | 0.14 |
| HSL | 60.5º | 0.63% | 0.63% | - |
| HSV(B) | 60.5º | 0.55% | 0.86% | - |
| XYZ | 57.11 | 67.17 | 22.01 | - |
| YUV | 206.02 | 68.17 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 100 | 0.00 | 0 | 0.55 | 0.14 | 60.5 | 0.63 | 0.63 |
| Hex | DB | DC | 64 | 0 | 0 | 37 | E | 3C | 3F | 3F |
| Octal | 333 | 334 | 144 | 0 | 0 | 67 | 16 | 74 | 77 | 77 |
| Binary | 11011011 | 11011100 | 1100100 | 0 | 0 | 110111 | 1110 | 111100 | 111111 | 111111 |
Color Harmonies of #DBDC64
Complementary color
Monochromatic Colors of #DBDC64
Black with #DBDC64
Text Example
Text Example
White with #DBDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC64; }
p { color: rgb(219,220,100); }
H1.HeaderClassName
{
color: #DBDC64;
}
.AnyTagClassName
{
color: #DBDC64;
}
</style>
background-color css
<style>
a { background-color: #DBDC64; }
a { background-color: rgb(219,220,100); }
div.DivClassName
{
background-color: #DBDC64;
}
.BgClassName
{
background-color: #DBDC64;
}
</style>
border-color css
<style>
span { border-color: #DBDC64; }
span { border-color: rgb(219,220,100); }
td.TdClassName
{
border-color: #DBDC64;
}
.TagClassName
{
border-color: #DBDC64;
}
</style>