Shades of Sunflower #DABA02
Tints of Sunflower #DABA02
RGB
CMYK
RGB Variations
Color information
#DABA02 (or 0xDABA02) is known color: Sunflower. HEX triplet: DA, BA and 02. RGB value is (218,186,2). Sum of RGB (Red+Green+Blue) = 218+186+2=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA02 is #2545FD. Grayscale: #AFAFAF. Windows color (decimal): -2442750 or 178906. OLE color: 178906.
HSL color Cylindrical-coordinate representation of color #DABA02: hue angle of 51.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DABA02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.15 |
| HSL | 51.11º | 0.98% | 0.43% | - |
| HSV(B) | 51.11º | 0.99% | 0.85% | - |
| XYZ | 46.48 | 50.03 | 7.26 | - |
| YUV | 174.59 | 30.6 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 2 | 0 | 0.15 | 0.99 | 0.15 | 51.11 | 0.98 | 0.43 |
| Hex | DA | BA | 2 | 0 | F | 63 | F | 33 | 62 | 2B |
| Octal | 332 | 272 | 2 | 0 | 17 | 143 | 17 | 63 | 142 | 53 |
| Binary | 11011010 | 10111010 | 10 | 0 | 1111 | 1100011 | 1111 | 110011 | 1100010 | 101011 |
Color Harmonies of #DABA02
Complementary color
Monochromatic Colors of #DABA02
Black with #DABA02
Text Example
Text Example
White with #DABA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA02; }
p { color: rgb(218,186,2); }
H1.HeaderClassName
{
color: #DABA02;
}
.AnyTagClassName
{
color: #DABA02;
}
</style>
background-color css
<style>
a { background-color: #DABA02; }
a { background-color: rgb(218,186,2); }
div.DivClassName
{
background-color: #DABA02;
}
.BgClassName
{
background-color: #DABA02;
}
</style>
border-color css
<style>
span { border-color: #DABA02; }
span { border-color: rgb(218,186,2); }
td.TdClassName
{
border-color: #DABA02;
}
.TagClassName
{
border-color: #DABA02;
}
</style>