Shades of Sunflower #DAB20C
Tints of Sunflower #DAB20C
RGB
CMYK
RGB Variations
Color information
#DAB20C (or 0xDAB20C) is known color: Sunflower. HEX triplet: DA, B2 and 0C. RGB value is (218,178,12). Sum of RGB (Red+Green+Blue) = 218+178+12=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB20C is #254DF3. Grayscale: #ABABAB. Windows color (decimal): -2444788 or 832218. OLE color: 832218.
HSL color Cylindrical-coordinate representation of color #DAB20C: hue angle of 48.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAB20C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 12 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.15 |
| HSL | 48.35º | 0.9% | 0.45% | - |
| HSV(B) | 48.35º | 0.94% | 0.85% | - |
| XYZ | 44.9 | 46.77 | 7.01 | - |
| YUV | 171.04 | 38.25 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 12 | 0 | 0.18 | 0.94 | 0.15 | 48.35 | 0.9 | 0.45 |
| Hex | DA | B2 | C | 0 | 12 | 5E | F | 30 | 5A | 2D |
| Octal | 332 | 262 | 14 | 0 | 22 | 136 | 17 | 60 | 132 | 55 |
| Binary | 11011010 | 10110010 | 1100 | 0 | 10010 | 1011110 | 1111 | 110000 | 1011010 | 101101 |
Color Harmonies of #DAB20C
Complementary color
Monochromatic Colors of #DAB20C
Black with #DAB20C
Text Example
Text Example
White with #DAB20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB20C; }
p { color: rgb(218,178,12); }
H1.HeaderClassName
{
color: #DAB20C;
}
.AnyTagClassName
{
color: #DAB20C;
}
</style>
background-color css
<style>
a { background-color: #DAB20C; }
a { background-color: rgb(218,178,12); }
div.DivClassName
{
background-color: #DAB20C;
}
.BgClassName
{
background-color: #DAB20C;
}
</style>
border-color css
<style>
span { border-color: #DAB20C; }
span { border-color: rgb(218,178,12); }
td.TdClassName
{
border-color: #DAB20C;
}
.TagClassName
{
border-color: #DAB20C;
}
</style>