Shades of Bird Flower #DABB00
Tints of Bird Flower #DABB00
RGB
CMYK
RGB Variations
Color information
#DABB00 (or 0xDABB00) is known color: Bird Flower. HEX triplet: DA, BB and 00. RGB value is (218,187,0). Sum of RGB (Red+Green+Blue) = 218+187+0=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB00 is #2544FF. Grayscale: #AFAFAF. Windows color (decimal): -2442496 or 48090. OLE color: 48090.
HSL color Cylindrical-coordinate representation of color #DABB00: hue angle of 51.47º 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 #DABB00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.15 |
| HSL | 51.47º | 1% | 0.43% | - |
| HSV(B) | 51.47º | 1% | 0.85% | - |
| XYZ | 46.68 | 50.45 | 7.28 | - |
| YUV | 174.95 | 29.27 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 0 | 0 | 0.14 | 1 | 0.15 | 51.47 | 1 | 0.43 |
| Hex | DA | BB | 0 | 0 | E | 64 | F | 33 | 64 | 2B |
| Octal | 332 | 273 | 0 | 0 | 16 | 144 | 17 | 63 | 144 | 53 |
| Binary | 11011010 | 10111011 | 0 | 0 | 1110 | 1100100 | 1111 | 110011 | 1100100 | 101011 |
Color Harmonies of #DABB00
Complementary color
Monochromatic Colors of #DABB00
Black with #DABB00
Text Example
Text Example
White with #DABB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB00; }
p { color: rgb(218,187,0); }
H1.HeaderClassName
{
color: #DABB00;
}
.AnyTagClassName
{
color: #DABB00;
}
</style>
background-color css
<style>
a { background-color: #DABB00; }
a { background-color: rgb(218,187,0); }
div.DivClassName
{
background-color: #DABB00;
}
.BgClassName
{
background-color: #DABB00;
}
</style>
border-color css
<style>
span { border-color: #DABB00; }
span { border-color: rgb(218,187,0); }
td.TdClassName
{
border-color: #DABB00;
}
.TagClassName
{
border-color: #DABB00;
}
</style>