Shades of Sunflower #DAB31A
Tints of Sunflower #DAB31A
RGB
CMYK
RGB Variations
Color information
#DAB31A (or 0xDAB31A) is known color: Sunflower. HEX triplet: DA, B3 and 1A. RGB value is (218,179,26). Sum of RGB (Red+Green+Blue) = 218+179+26=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB31A is #254CE5. Grayscale: #ADADAD. Windows color (decimal): -2444518 or 1749978. OLE color: 1749978.
HSL color Cylindrical-coordinate representation of color #DAB31A: hue angle of 47.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAB31A is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 26 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.15 |
| HSL | 47.81º | 0.79% | 0.48% | - |
| HSV(B) | 47.81º | 0.88% | 0.85% | - |
| XYZ | 45.22 | 47.22 | 7.71 | - |
| YUV | 173.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 26 | 0 | 0.18 | 0.88 | 0.15 | 47.81 | 0.79 | 0.48 |
| Hex | DA | B3 | 1A | 0 | 12 | 58 | F | 30 | 4F | 30 |
| Octal | 332 | 263 | 32 | 0 | 22 | 130 | 17 | 60 | 117 | 60 |
| Binary | 11011010 | 10110011 | 11010 | 0 | 10010 | 1011000 | 1111 | 110000 | 1001111 | 110000 |
Color Harmonies of #DAB31A
Complementary color
Monochromatic Colors of #DAB31A
Black with #DAB31A
Text Example
Text Example
White with #DAB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB31A; }
p { color: rgb(218,179,26); }
H1.HeaderClassName
{
color: #DAB31A;
}
.AnyTagClassName
{
color: #DAB31A;
}
</style>
background-color css
<style>
a { background-color: #DAB31A; }
a { background-color: rgb(218,179,26); }
div.DivClassName
{
background-color: #DAB31A;
}
.BgClassName
{
background-color: #DAB31A;
}
</style>
border-color css
<style>
span { border-color: #DAB31A; }
span { border-color: rgb(218,179,26); }
td.TdClassName
{
border-color: #DAB31A;
}
.TagClassName
{
border-color: #DAB31A;
}
</style>