Shades of Goldenrod #DCDA64
Tints of Goldenrod #DCDA64
RGB
CMYK
RGB Variations
Color information
#DCDA64 (or 0xDCDA64) is known color: Goldenrod. HEX triplet: DC, DA and 64. RGB value is (220,218,100). Sum of RGB (Red+Green+Blue) = 220+218+100=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA64 is #23259B. Grayscale: #CDCDCD. Windows color (decimal): -2303388 or 6609628. OLE color: 6609628.
HSL color Cylindrical-coordinate representation of color #DCDA64: hue angle of 59º 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 #DCDA64 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 100 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.14 |
| HSL | 59º | 0.63% | 0.63% | - |
| HSV(B) | 59º | 0.55% | 0.86% | - |
| XYZ | 56.89 | 66.28 | 21.85 | - |
| YUV | 205.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 100 | 0 | 0.01 | 0.55 | 0.14 | 59 | 0.63 | 0.63 |
| Hex | DC | DA | 64 | 0 | 1 | 37 | E | 3B | 3F | 3F |
| Octal | 334 | 332 | 144 | 0 | 1 | 67 | 16 | 73 | 77 | 77 |
| Binary | 11011100 | 11011010 | 1100100 | 0 | 1 | 110111 | 1110 | 111011 | 111111 | 111111 |
Color Harmonies of #DCDA64
Complementary color
Monochromatic Colors of #DCDA64
Black with #DCDA64
Text Example
Text Example
White with #DCDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA64; }
p { color: rgb(220,218,100); }
H1.HeaderClassName
{
color: #DCDA64;
}
.AnyTagClassName
{
color: #DCDA64;
}
</style>
background-color css
<style>
a { background-color: #DCDA64; }
a { background-color: rgb(220,218,100); }
div.DivClassName
{
background-color: #DCDA64;
}
.BgClassName
{
background-color: #DCDA64;
}
</style>
border-color css
<style>
span { border-color: #DCDA64; }
span { border-color: rgb(220,218,100); }
td.TdClassName
{
border-color: #DCDA64;
}
.TagClassName
{
border-color: #DCDA64;
}
</style>