Shades of Goldenrod #DAD670
Tints of Goldenrod #DAD670
RGB
CMYK
RGB Variations
Color information
#DAD670 (or 0xDAD670) is known color: Goldenrod. HEX triplet: DA, D6 and 70. RGB value is (218,214,112). Sum of RGB (Red+Green+Blue) = 218+214+112=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD670 is #25298F. Grayscale: #CBCBCB. Windows color (decimal): -2435472 or 7395034. OLE color: 7395034.
HSL color Cylindrical-coordinate representation of color #DAD670: hue angle of 57.74º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAD670 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 214 | 112 | - |
CMYK | 0 | 0.02 | 0.49 | 0.15 |
HSL | 57.74º | 0.59% | 0.65% | - |
HSV(B) | 57.74º | 0.49% | 0.85% | - |
XYZ | 55.88 | 64.17 | 24.77 | - |
YUV | 203.57 | 76.33 | 138.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 214 | 112 | 0 | 0.02 | 0.49 | 0.15 | 57.74 | 0.59 | 0.65 |
Hex | DA | D6 | 70 | 0 | 2 | 31 | F | 3A | 3B | 41 |
Octal | 332 | 326 | 160 | 0 | 2 | 61 | 17 | 72 | 73 | 101 |
Binary | 11011010 | 11010110 | 1110000 | 0 | 10 | 110001 | 1111 | 111010 | 111011 | 1000001 |
Color Harmonies of #DAD670
Complementary color
Monochromatic Colors of #DAD670
Black with #DAD670
Text Example
Text Example
White with #DAD670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD670; }
p { color: rgb(218,214,112); }
H1.HeaderClassName
{
color: #DAD670;
}
.AnyTagClassName
{
color: #DAD670;
}
</style>
background-color css
<style>
a { background-color: #DAD670; }
a { background-color: rgb(218,214,112); }
div.DivClassName
{
background-color: #DAD670;
}
.BgClassName
{
background-color: #DAD670;
}
</style>
border-color css
<style>
span { border-color: #DAD670; }
span { border-color: rgb(218,214,112); }
td.TdClassName
{
border-color: #DAD670;
}
.TagClassName
{
border-color: #DAD670;
}
</style>