Shades of Sunflower #DAB30B
Tints of Sunflower #DAB30B
RGB
CMYK
RGB Variations
Color information
#DAB30B (or 0xDAB30B) is known color: Sunflower. HEX triplet: DA, B3 and 0B. RGB value is (218,179,11). Sum of RGB (Red+Green+Blue) = 218+179+11=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB30B is #254CF4. Grayscale: #ACACAC. Windows color (decimal): -2444533 or 766938. OLE color: 766938.
HSL color Cylindrical-coordinate representation of color #DAB30B: hue angle of 48.7º 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 #DAB30B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.15 |
| HSL | 48.7º | 0.9% | 0.45% | - |
| HSV(B) | 48.7º | 0.95% | 0.85% | - |
| XYZ | 45.09 | 47.17 | 7.04 | - |
| YUV | 171.51 | 37.42 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 11 | 0 | 0.18 | 0.95 | 0.15 | 48.7 | 0.9 | 0.45 |
| Hex | DA | B3 | B | 0 | 12 | 5F | F | 31 | 5A | 2D |
| Octal | 332 | 263 | 13 | 0 | 22 | 137 | 17 | 61 | 132 | 55 |
| Binary | 11011010 | 10110011 | 1011 | 0 | 10010 | 1011111 | 1111 | 110001 | 1011010 | 101101 |
Color Harmonies of #DAB30B
Complementary color
Monochromatic Colors of #DAB30B
Black with #DAB30B
Text Example
Text Example
White with #DAB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB30B; }
p { color: rgb(218,179,11); }
H1.HeaderClassName
{
color: #DAB30B;
}
.AnyTagClassName
{
color: #DAB30B;
}
</style>
background-color css
<style>
a { background-color: #DAB30B; }
a { background-color: rgb(218,179,11); }
div.DivClassName
{
background-color: #DAB30B;
}
.BgClassName
{
background-color: #DAB30B;
}
</style>
border-color css
<style>
span { border-color: #DAB30B; }
span { border-color: rgb(218,179,11); }
td.TdClassName
{
border-color: #DAB30B;
}
.TagClassName
{
border-color: #DAB30B;
}
</style>