Shades of Sunflower #DABF0B
Tints of Sunflower #DABF0B
RGB
CMYK
RGB Variations
Color information
#DABF0B (or 0xDABF0B) is known color: Sunflower. HEX triplet: DA, BF and 0B. RGB value is (218,191,11). Sum of RGB (Red+Green+Blue) = 218+191+11=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABF0B is #2540F4. Grayscale: #B3B3B3. Windows color (decimal): -2441461 or 770010. OLE color: 770010.
HSL color Cylindrical-coordinate representation of color #DABF0B: hue angle of 52.17º 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 #DABF0B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.15 |
| HSL | 52.17º | 0.9% | 0.45% | - |
| HSV(B) | 52.17º | 0.95% | 0.85% | - |
| XYZ | 47.6 | 52.19 | 7.88 | - |
| YUV | 178.55 | 33.45 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 11 | 0 | 0.12 | 0.95 | 0.15 | 52.17 | 0.9 | 0.45 |
| Hex | DA | BF | B | 0 | C | 5F | F | 34 | 5A | 2D |
| Octal | 332 | 277 | 13 | 0 | 14 | 137 | 17 | 64 | 132 | 55 |
| Binary | 11011010 | 10111111 | 1011 | 0 | 1100 | 1011111 | 1111 | 110100 | 1011010 | 101101 |
Color Harmonies of #DABF0B
Complementary color
Monochromatic Colors of #DABF0B
Black with #DABF0B
Text Example
Text Example
White with #DABF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF0B; }
p { color: rgb(218,191,11); }
H1.HeaderClassName
{
color: #DABF0B;
}
.AnyTagClassName
{
color: #DABF0B;
}
</style>
background-color css
<style>
a { background-color: #DABF0B; }
a { background-color: rgb(218,191,11); }
div.DivClassName
{
background-color: #DABF0B;
}
.BgClassName
{
background-color: #DABF0B;
}
</style>
border-color css
<style>
span { border-color: #DABF0B; }
span { border-color: rgb(218,191,11); }
td.TdClassName
{
border-color: #DABF0B;
}
.TagClassName
{
border-color: #DABF0B;
}
</style>