Shades of Sunflower #DAB50B
Tints of Sunflower #DAB50B
RGB
CMYK
RGB Variations
Color information
#DAB50B (or 0xDAB50B) is known color: Sunflower. HEX triplet: DA, B5 and 0B. RGB value is (218,181,11). Sum of RGB (Red+Green+Blue) = 218+181+11=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB50B is #254AF4. Grayscale: #ADADAD. Windows color (decimal): -2444021 or 767450. OLE color: 767450.
HSL color Cylindrical-coordinate representation of color #DAB50B: hue angle of 49.28º 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 #DAB50B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.15 |
| HSL | 49.28º | 0.9% | 0.45% | - |
| HSV(B) | 49.28º | 0.95% | 0.85% | - |
| XYZ | 45.5 | 47.98 | 7.18 | - |
| YUV | 172.68 | 36.76 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 11 | 0 | 0.17 | 0.95 | 0.15 | 49.28 | 0.9 | 0.45 |
| Hex | DA | B5 | B | 0 | 11 | 5F | F | 31 | 5A | 2D |
| Octal | 332 | 265 | 13 | 0 | 21 | 137 | 17 | 61 | 132 | 55 |
| Binary | 11011010 | 10110101 | 1011 | 0 | 10001 | 1011111 | 1111 | 110001 | 1011010 | 101101 |
Color Harmonies of #DAB50B
Complementary color
Monochromatic Colors of #DAB50B
Black with #DAB50B
Text Example
Text Example
White with #DAB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB50B; }
p { color: rgb(218,181,11); }
H1.HeaderClassName
{
color: #DAB50B;
}
.AnyTagClassName
{
color: #DAB50B;
}
</style>
background-color css
<style>
a { background-color: #DAB50B; }
a { background-color: rgb(218,181,11); }
div.DivClassName
{
background-color: #DAB50B;
}
.BgClassName
{
background-color: #DAB50B;
}
</style>
border-color css
<style>
span { border-color: #DAB50B; }
span { border-color: rgb(218,181,11); }
td.TdClassName
{
border-color: #DAB50B;
}
.TagClassName
{
border-color: #DAB50B;
}
</style>