Shades of Bird Flower #DADA00
Tints of Bird Flower #DADA00
RGB
CMYK
RGB Variations
Color information
#DADA00 (or 0xDADA00) is known color: Bird Flower. HEX triplet: DA, DA and 00. RGB value is (218,218,0). Sum of RGB (Red+Green+Blue) = 218+218+0=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADA00 is #2525FF. Grayscale: #C2C2C2. Windows color (decimal): -2434560 or 56026. OLE color: 56026.
HSL color Cylindrical-coordinate representation of color #DADA00: hue angle of 60º 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 #DADA00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.15 |
| HSL | 60º | 1% | 0.43% | - |
| HSV(B) | 60º | 1% | 0.85% | - |
| XYZ | 53.98 | 65.05 | 9.71 | - |
| YUV | 193.15 | 19 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 0 | 0 | 0 | 1 | 0.15 | 60 | 1 | 0.43 |
| Hex | DA | DA | 0 | 0 | 0 | 64 | F | 3C | 64 | 2B |
| Octal | 332 | 332 | 0 | 0 | 0 | 144 | 17 | 74 | 144 | 53 |
| Binary | 11011010 | 11011010 | 0 | 0 | 0 | 1100100 | 1111 | 111100 | 1100100 | 101011 |
Color Harmonies of #DADA00
Complementary color
Monochromatic Colors of #DADA00
Black with #DADA00
Text Example
Text Example
White with #DADA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA00; }
p { color: rgb(218,218,0); }
H1.HeaderClassName
{
color: #DADA00;
}
.AnyTagClassName
{
color: #DADA00;
}
</style>
background-color css
<style>
a { background-color: #DADA00; }
a { background-color: rgb(218,218,0); }
div.DivClassName
{
background-color: #DADA00;
}
.BgClassName
{
background-color: #DADA00;
}
</style>
border-color css
<style>
span { border-color: #DADA00; }
span { border-color: rgb(218,218,0); }
td.TdClassName
{
border-color: #DADA00;
}
.TagClassName
{
border-color: #DADA00;
}
</style>