Shades of Sunflower #DAB00F
Tints of Sunflower #DAB00F
RGB
CMYK
RGB Variations
Color information
#DAB00F (or 0xDAB00F) is known color: Sunflower. HEX triplet: DA, B0 and 0F. RGB value is (218,176,15). Sum of RGB (Red+Green+Blue) = 218+176+15=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB00F is #254FF0. Grayscale: #AAAAAA. Windows color (decimal): -2445297 or 1028314. OLE color: 1028314.
HSL color Cylindrical-coordinate representation of color #DAB00F: hue angle of 47.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAB00F is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 15 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.15 |
| HSL | 47.59º | 0.87% | 0.46% | - |
| HSV(B) | 47.59º | 0.93% | 0.85% | - |
| XYZ | 44.53 | 45.99 | 6.98 | - |
| YUV | 170.2 | 40.41 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 15 | 0 | 0.19 | 0.93 | 0.15 | 47.59 | 0.87 | 0.46 |
| Hex | DA | B0 | F | 0 | 13 | 5D | F | 30 | 57 | 2E |
| Octal | 332 | 260 | 17 | 0 | 23 | 135 | 17 | 60 | 127 | 56 |
| Binary | 11011010 | 10110000 | 1111 | 0 | 10011 | 1011101 | 1111 | 110000 | 1010111 | 101110 |
Color Harmonies of #DAB00F
Complementary color
Monochromatic Colors of #DAB00F
Black with #DAB00F
Text Example
Text Example
White with #DAB00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB00F; }
p { color: rgb(218,176,15); }
H1.HeaderClassName
{
color: #DAB00F;
}
.AnyTagClassName
{
color: #DAB00F;
}
</style>
background-color css
<style>
a { background-color: #DAB00F; }
a { background-color: rgb(218,176,15); }
div.DivClassName
{
background-color: #DAB00F;
}
.BgClassName
{
background-color: #DAB00F;
}
</style>
border-color css
<style>
span { border-color: #DAB00F; }
span { border-color: rgb(218,176,15); }
td.TdClassName
{
border-color: #DAB00F;
}
.TagClassName
{
border-color: #DAB00F;
}
</style>