Shades of Sunflower #DABB13
Tints of Sunflower #DABB13
RGB
CMYK
RGB Variations
Color information
#DABB13 (or 0xDABB13) is known color: Sunflower. HEX triplet: DA, BB and 13. RGB value is (218,187,19). Sum of RGB (Red+Green+Blue) = 218+187+19=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB13 is #2544EC. Grayscale: #B1B1B1. Windows color (decimal): -2442477 or 1293274. OLE color: 1293274.
HSL color Cylindrical-coordinate representation of color #DABB13: hue angle of 50.65º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DABB13 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 19 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.15 |
| HSL | 50.65º | 0.84% | 0.46% | - |
| HSV(B) | 50.65º | 0.91% | 0.85% | - |
| XYZ | 46.8 | 50.49 | 7.9 | - |
| YUV | 177.12 | 38.77 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 19 | 0 | 0.14 | 0.91 | 0.15 | 50.65 | 0.84 | 0.46 |
| Hex | DA | BB | 13 | 0 | E | 5B | F | 33 | 54 | 2E |
| Octal | 332 | 273 | 23 | 0 | 16 | 133 | 17 | 63 | 124 | 56 |
| Binary | 11011010 | 10111011 | 10011 | 0 | 1110 | 1011011 | 1111 | 110011 | 1010100 | 101110 |
Color Harmonies of #DABB13
Complementary color
Monochromatic Colors of #DABB13
Black with #DABB13
Text Example
Text Example
White with #DABB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB13; }
p { color: rgb(218,187,19); }
H1.HeaderClassName
{
color: #DABB13;
}
.AnyTagClassName
{
color: #DABB13;
}
</style>
background-color css
<style>
a { background-color: #DABB13; }
a { background-color: rgb(218,187,19); }
div.DivClassName
{
background-color: #DABB13;
}
.BgClassName
{
background-color: #DABB13;
}
</style>
border-color css
<style>
span { border-color: #DABB13; }
span { border-color: rgb(218,187,19); }
td.TdClassName
{
border-color: #DABB13;
}
.TagClassName
{
border-color: #DABB13;
}
</style>