Shades of Bird Flower #DABA00
Tints of Bird Flower #DABA00
RGB
CMYK
RGB Variations
Color information
#DABA00 (or 0xDABA00) is known color: Bird Flower. HEX triplet: DA, BA and 00. RGB value is (218,186,0). Sum of RGB (Red+Green+Blue) = 218+186+0=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA00 is #2545FF. Grayscale: #AFAFAF. Windows color (decimal): -2442752 or 47834. OLE color: 47834.
HSL color Cylindrical-coordinate representation of color #DABA00: hue angle of 51.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DABA00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.15 |
| HSL | 51.19º | 1% | 0.43% | - |
| HSV(B) | 51.19º | 1% | 0.85% | - |
| XYZ | 46.47 | 50.02 | 7.21 | - |
| YUV | 174.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 0 | 0 | 0.15 | 1 | 0.15 | 51.19 | 1 | 0.43 |
| Hex | DA | BA | 0 | 0 | F | 64 | F | 33 | 64 | 2B |
| Octal | 332 | 272 | 0 | 0 | 17 | 144 | 17 | 63 | 144 | 53 |
| Binary | 11011010 | 10111010 | 0 | 0 | 1111 | 1100100 | 1111 | 110011 | 1100100 | 101011 |
Color Harmonies of #DABA00
Complementary color
Monochromatic Colors of #DABA00
Black with #DABA00
Text Example
Text Example
White with #DABA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA00; }
p { color: rgb(218,186,0); }
H1.HeaderClassName
{
color: #DABA00;
}
.AnyTagClassName
{
color: #DABA00;
}
</style>
background-color css
<style>
a { background-color: #DABA00; }
a { background-color: rgb(218,186,0); }
div.DivClassName
{
background-color: #DABA00;
}
.BgClassName
{
background-color: #DABA00;
}
</style>
border-color css
<style>
span { border-color: #DABA00; }
span { border-color: rgb(218,186,0); }
td.TdClassName
{
border-color: #DABA00;
}
.TagClassName
{
border-color: #DABA00;
}
</style>