Shades of Goldenrod #DAD364
Tints of Goldenrod #DAD364
RGB
CMYK
RGB Variations
Color information
#DAD364 (or 0xDAD364) is known color: Goldenrod. HEX triplet: DA, D3 and 64. RGB value is (218,211,100). Sum of RGB (Red+Green+Blue) = 218+211+100=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD364 is #252C9B. Grayscale: #C8C8C8. Windows color (decimal): -2436252 or 6607834. OLE color: 6607834.
HSL color Cylindrical-coordinate representation of color #DAD364: hue angle of 56.44º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAD364 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 100 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.15 |
| HSL | 56.44º | 0.61% | 0.62% | - |
| HSV(B) | 56.44º | 0.54% | 0.85% | - |
| XYZ | 54.51 | 62.41 | 21.23 | - |
| YUV | 200.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 100 | 0 | 0.03 | 0.54 | 0.15 | 56.44 | 0.61 | 0.62 |
| Hex | DA | D3 | 64 | 0 | 3 | 36 | F | 38 | 3D | 3E |
| Octal | 332 | 323 | 144 | 0 | 3 | 66 | 17 | 70 | 75 | 76 |
| Binary | 11011010 | 11010011 | 1100100 | 0 | 11 | 110110 | 1111 | 111000 | 111101 | 111110 |
Color Harmonies of #DAD364
Complementary color
Monochromatic Colors of #DAD364
Black with #DAD364
Text Example
Text Example
White with #DAD364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD364; }
p { color: rgb(218,211,100); }
H1.HeaderClassName
{
color: #DAD364;
}
.AnyTagClassName
{
color: #DAD364;
}
</style>
background-color css
<style>
a { background-color: #DAD364; }
a { background-color: rgb(218,211,100); }
div.DivClassName
{
background-color: #DAD364;
}
.BgClassName
{
background-color: #DAD364;
}
</style>
border-color css
<style>
span { border-color: #DAD364; }
span { border-color: rgb(218,211,100); }
td.TdClassName
{
border-color: #DAD364;
}
.TagClassName
{
border-color: #DAD364;
}
</style>