Shades of Sunflower #DAB40B
Tints of Sunflower #DAB40B
RGB
CMYK
RGB Variations
Color information
#DAB40B (or 0xDAB40B) is known color: Sunflower. HEX triplet: DA, B4 and 0B. RGB value is (218,180,11). Sum of RGB (Red+Green+Blue) = 218+180+11=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB40B is #254BF4. Grayscale: #ACACAC. Windows color (decimal): -2444277 or 767194. OLE color: 767194.
HSL color Cylindrical-coordinate representation of color #DAB40B: hue angle of 48.99º degrees, saturation: 0.9, 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 #DAB40B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.15 |
| HSL | 48.99º | 0.9% | 0.45% | - |
| HSV(B) | 48.99º | 0.95% | 0.85% | - |
| XYZ | 45.3 | 47.57 | 7.11 | - |
| YUV | 172.1 | 37.09 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 11 | 0 | 0.17 | 0.95 | 0.15 | 48.99 | 0.9 | 0.45 |
| Hex | DA | B4 | B | 0 | 11 | 5F | F | 31 | 5A | 2D |
| Octal | 332 | 264 | 13 | 0 | 21 | 137 | 17 | 61 | 132 | 55 |
| Binary | 11011010 | 10110100 | 1011 | 0 | 10001 | 1011111 | 1111 | 110001 | 1011010 | 101101 |
Color Harmonies of #DAB40B
Complementary color
Monochromatic Colors of #DAB40B
Black with #DAB40B
Text Example
Text Example
White with #DAB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB40B; }
p { color: rgb(218,180,11); }
H1.HeaderClassName
{
color: #DAB40B;
}
.AnyTagClassName
{
color: #DAB40B;
}
</style>
background-color css
<style>
a { background-color: #DAB40B; }
a { background-color: rgb(218,180,11); }
div.DivClassName
{
background-color: #DAB40B;
}
.BgClassName
{
background-color: #DAB40B;
}
</style>
border-color css
<style>
span { border-color: #DAB40B; }
span { border-color: rgb(218,180,11); }
td.TdClassName
{
border-color: #DAB40B;
}
.TagClassName
{
border-color: #DAB40B;
}
</style>