Shades of Sunflower #DABB02
Tints of Sunflower #DABB02
RGB
CMYK
RGB Variations
Color information
#DABB02 (or 0xDABB02) is known color: Sunflower. HEX triplet: DA, BB and 02. RGB value is (218,187,2). Sum of RGB (Red+Green+Blue) = 218+187+2=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB02 is #2544FD. Grayscale: #AFAFAF. Windows color (decimal): -2442494 or 179162. OLE color: 179162.
HSL color Cylindrical-coordinate representation of color #DABB02: hue angle of 51.39º 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 #DABB02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.15 |
| HSL | 51.39º | 0.98% | 0.43% | - |
| HSV(B) | 51.39º | 0.99% | 0.85% | - |
| XYZ | 46.69 | 50.45 | 7.33 | - |
| YUV | 175.18 | 30.27 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 2 | 0 | 0.14 | 0.99 | 0.15 | 51.39 | 0.98 | 0.43 |
| Hex | DA | BB | 2 | 0 | E | 63 | F | 33 | 62 | 2B |
| Octal | 332 | 273 | 2 | 0 | 16 | 143 | 17 | 63 | 142 | 53 |
| Binary | 11011010 | 10111011 | 10 | 0 | 1110 | 1100011 | 1111 | 110011 | 1100010 | 101011 |
Color Harmonies of #DABB02
Complementary color
Monochromatic Colors of #DABB02
Black with #DABB02
Text Example
Text Example
White with #DABB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB02; }
p { color: rgb(218,187,2); }
H1.HeaderClassName
{
color: #DABB02;
}
.AnyTagClassName
{
color: #DABB02;
}
</style>
background-color css
<style>
a { background-color: #DABB02; }
a { background-color: rgb(218,187,2); }
div.DivClassName
{
background-color: #DABB02;
}
.BgClassName
{
background-color: #DABB02;
}
</style>
border-color css
<style>
span { border-color: #DABB02; }
span { border-color: rgb(218,187,2); }
td.TdClassName
{
border-color: #DABB02;
}
.TagClassName
{
border-color: #DABB02;
}
</style>