Shades of Bird Flower #DAD90A
Tints of Bird Flower #DAD90A
RGB
CMYK
RGB Variations
Color information
#DAD90A (or 0xDAD90A) is known color: Bird Flower. HEX triplet: DA, D9 and 0A. RGB value is (218,217,10). Sum of RGB (Red+Green+Blue) = 218+217+10=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD90A is #2526F5. Grayscale: #C2C2C2. Windows color (decimal): -2434806 or 711130. OLE color: 711130.
HSL color Cylindrical-coordinate representation of color #DAD90A: hue angle of 59.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAD90A is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 10 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.15 |
| HSL | 59.71º | 0.91% | 0.45% | - |
| HSV(B) | 59.71º | 0.95% | 0.85% | - |
| XYZ | 53.78 | 64.55 | 9.91 | - |
| YUV | 193.7 | 24.33 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 10 | 0 | 0.00 | 0.95 | 0.15 | 59.71 | 0.91 | 0.45 |
| Hex | DA | D9 | A | 0 | 0 | 5F | F | 3C | 5B | 2D |
| Octal | 332 | 331 | 12 | 0 | 0 | 137 | 17 | 74 | 133 | 55 |
| Binary | 11011010 | 11011001 | 1010 | 0 | 0 | 1011111 | 1111 | 111100 | 1011011 | 101101 |
Color Harmonies of #DAD90A
Complementary color
Monochromatic Colors of #DAD90A
Black with #DAD90A
Text Example
Text Example
White with #DAD90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD90A; }
p { color: rgb(218,217,10); }
H1.HeaderClassName
{
color: #DAD90A;
}
.AnyTagClassName
{
color: #DAD90A;
}
</style>
background-color css
<style>
a { background-color: #DAD90A; }
a { background-color: rgb(218,217,10); }
div.DivClassName
{
background-color: #DAD90A;
}
.BgClassName
{
background-color: #DAD90A;
}
</style>
border-color css
<style>
span { border-color: #DAD90A; }
span { border-color: rgb(218,217,10); }
td.TdClassName
{
border-color: #DAD90A;
}
.TagClassName
{
border-color: #DAD90A;
}
</style>