Shades of Goldenrod #DADD64
Tints of Goldenrod #DADD64
RGB
CMYK
RGB Variations
Color information
#DADD64 (or 0xDADD64) is known color: Goldenrod. HEX triplet: DA, DD and 64. RGB value is (218,221,100). Sum of RGB (Red+Green+Blue) = 218+221+100=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD64 is #25229B. Grayscale: #CECECE. Windows color (decimal): -2433692 or 6610394. OLE color: 6610394.
HSL color Cylindrical-coordinate representation of color #DADD64: hue angle of 61.49º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DADD64 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 100 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.13 |
| HSL | 61.49º | 0.64% | 0.63% | - |
| HSV(B) | 61.49º | 0.55% | 0.87% | - |
| XYZ | 57.07 | 67.54 | 22.08 | - |
| YUV | 206.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 100 | 0.01 | 0 | 0.55 | 0.13 | 61.49 | 0.64 | 0.63 |
| Hex | DA | DD | 64 | 1 | 0 | 37 | D | 3D | 40 | 3F |
| Octal | 332 | 335 | 144 | 1 | 0 | 67 | 15 | 75 | 100 | 77 |
| Binary | 11011010 | 11011101 | 1100100 | 1 | 0 | 110111 | 1101 | 111101 | 1000000 | 111111 |
Color Harmonies of #DADD64
Complementary color
Monochromatic Colors of #DADD64
Black with #DADD64
Text Example
Text Example
White with #DADD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD64; }
p { color: rgb(218,221,100); }
H1.HeaderClassName
{
color: #DADD64;
}
.AnyTagClassName
{
color: #DADD64;
}
</style>
background-color css
<style>
a { background-color: #DADD64; }
a { background-color: rgb(218,221,100); }
div.DivClassName
{
background-color: #DADD64;
}
.BgClassName
{
background-color: #DADD64;
}
</style>
border-color css
<style>
span { border-color: #DADD64; }
span { border-color: rgb(218,221,100); }
td.TdClassName
{
border-color: #DADD64;
}
.TagClassName
{
border-color: #DADD64;
}
</style>