Shades of Sunflower #DAB20A
Tints of Sunflower #DAB20A
RGB
CMYK
RGB Variations
Color information
#DAB20A (or 0xDAB20A) is known color: Sunflower. HEX triplet: DA, B2 and 0A. RGB value is (218,178,10). Sum of RGB (Red+Green+Blue) = 218+178+10=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB20A is #254DF5. Grayscale: #ABABAB. Windows color (decimal): -2444790 or 701146. OLE color: 701146.
HSL color Cylindrical-coordinate representation of color #DAB20A: hue angle of 48.46º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAB20A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 10 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.15 |
| HSL | 48.46º | 0.91% | 0.45% | - |
| HSV(B) | 48.46º | 0.95% | 0.85% | - |
| XYZ | 44.89 | 46.77 | 6.95 | - |
| YUV | 170.81 | 37.25 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 10 | 0 | 0.18 | 0.95 | 0.15 | 48.46 | 0.91 | 0.45 |
| Hex | DA | B2 | A | 0 | 12 | 5F | F | 30 | 5B | 2D |
| Octal | 332 | 262 | 12 | 0 | 22 | 137 | 17 | 60 | 133 | 55 |
| Binary | 11011010 | 10110010 | 1010 | 0 | 10010 | 1011111 | 1111 | 110000 | 1011011 | 101101 |
Color Harmonies of #DAB20A
Complementary color
Monochromatic Colors of #DAB20A
Black with #DAB20A
Text Example
Text Example
White with #DAB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB20A; }
p { color: rgb(218,178,10); }
H1.HeaderClassName
{
color: #DAB20A;
}
.AnyTagClassName
{
color: #DAB20A;
}
</style>
background-color css
<style>
a { background-color: #DAB20A; }
a { background-color: rgb(218,178,10); }
div.DivClassName
{
background-color: #DAB20A;
}
.BgClassName
{
background-color: #DAB20A;
}
</style>
border-color css
<style>
span { border-color: #DAB20A; }
span { border-color: rgb(218,178,10); }
td.TdClassName
{
border-color: #DAB20A;
}
.TagClassName
{
border-color: #DAB20A;
}
</style>