Shades of Bird Flower #DABD00
Tints of Bird Flower #DABD00
RGB
CMYK
RGB Variations
Color information
#DABD00 (or 0xDABD00) is known color: Bird Flower. HEX triplet: DA, BD and 00. RGB value is (218,189,0). Sum of RGB (Red+Green+Blue) = 218+189+0=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABD00 is #2542FF. Grayscale: #B0B0B0. Windows color (decimal): -2441984 or 48602. OLE color: 48602.
HSL color Cylindrical-coordinate representation of color #DABD00: hue angle of 52.02º 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 #DABD00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.15 |
| HSL | 52.02º | 1% | 0.43% | - |
| HSV(B) | 52.02º | 1% | 0.85% | - |
| XYZ | 47.11 | 51.3 | 7.42 | - |
| YUV | 176.13 | 28.61 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 0 | 0 | 0.13 | 1 | 0.15 | 52.02 | 1 | 0.43 |
| Hex | DA | BD | 0 | 0 | D | 64 | F | 34 | 64 | 2B |
| Octal | 332 | 275 | 0 | 0 | 15 | 144 | 17 | 64 | 144 | 53 |
| Binary | 11011010 | 10111101 | 0 | 0 | 1101 | 1100100 | 1111 | 110100 | 1100100 | 101011 |
Color Harmonies of #DABD00
Complementary color
Monochromatic Colors of #DABD00
Black with #DABD00
Text Example
Text Example
White with #DABD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD00; }
p { color: rgb(218,189,0); }
H1.HeaderClassName
{
color: #DABD00;
}
.AnyTagClassName
{
color: #DABD00;
}
</style>
background-color css
<style>
a { background-color: #DABD00; }
a { background-color: rgb(218,189,0); }
div.DivClassName
{
background-color: #DABD00;
}
.BgClassName
{
background-color: #DABD00;
}
</style>
border-color css
<style>
span { border-color: #DABD00; }
span { border-color: rgb(218,189,0); }
td.TdClassName
{
border-color: #DABD00;
}
.TagClassName
{
border-color: #DABD00;
}
</style>