Shades of Bird Flower #DADA02
Tints of Bird Flower #DADA02
RGB
CMYK
RGB Variations
Color information
#DADA02 (or 0xDADA02) is known color: Bird Flower. HEX triplet: DA, DA and 02. RGB value is (218,218,2). Sum of RGB (Red+Green+Blue) = 218+218+2=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADA02 is #2525FD. Grayscale: #C2C2C2. Windows color (decimal): -2434558 or 187098. OLE color: 187098.
HSL color Cylindrical-coordinate representation of color #DADA02: hue angle of 60º 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 #DADA02 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 2 | - |
| CMYK | 0 | 0 | 0.99 | 0.15 |
| HSL | 60º | 0.98% | 0.43% | - |
| HSV(B) | 60º | 0.99% | 0.85% | - |
| XYZ | 54 | 65.05 | 9.77 | - |
| YUV | 193.38 | 20 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 2 | 0 | 0 | 0.99 | 0.15 | 60 | 0.98 | 0.43 |
| Hex | DA | DA | 2 | 0 | 0 | 63 | F | 3C | 62 | 2B |
| Octal | 332 | 332 | 2 | 0 | 0 | 143 | 17 | 74 | 142 | 53 |
| Binary | 11011010 | 11011010 | 10 | 0 | 0 | 1100011 | 1111 | 111100 | 1100010 | 101011 |
Color Harmonies of #DADA02
Complementary color
Monochromatic Colors of #DADA02
Black with #DADA02
Text Example
Text Example
White with #DADA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA02; }
p { color: rgb(218,218,2); }
H1.HeaderClassName
{
color: #DADA02;
}
.AnyTagClassName
{
color: #DADA02;
}
</style>
background-color css
<style>
a { background-color: #DADA02; }
a { background-color: rgb(218,218,2); }
div.DivClassName
{
background-color: #DADA02;
}
.BgClassName
{
background-color: #DADA02;
}
</style>
border-color css
<style>
span { border-color: #DADA02; }
span { border-color: rgb(218,218,2); }
td.TdClassName
{
border-color: #DADA02;
}
.TagClassName
{
border-color: #DADA02;
}
</style>