Shades of Bird Flower #DAD902
Tints of Bird Flower #DAD902
RGB
CMYK
RGB Variations
Color information
#DAD902 (or 0xDAD902) is known color: Bird Flower. HEX triplet: DA, D9 and 02. RGB value is (218,217,2). Sum of RGB (Red+Green+Blue) = 218+217+2=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD902 is #2526FD. Grayscale: #C1C1C1. Windows color (decimal): -2434814 or 186842. OLE color: 186842.
HSL color Cylindrical-coordinate representation of color #DAD902: hue angle of 59.72º 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 #DAD902 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.15 |
| HSL | 59.72º | 0.98% | 0.43% | - |
| HSV(B) | 59.72º | 0.99% | 0.85% | - |
| XYZ | 53.74 | 64.54 | 9.68 | - |
| YUV | 192.79 | 20.33 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 2 | 0 | 0.00 | 0.99 | 0.15 | 59.72 | 0.98 | 0.43 |
| Hex | DA | D9 | 2 | 0 | 0 | 63 | F | 3C | 62 | 2B |
| Octal | 332 | 331 | 2 | 0 | 0 | 143 | 17 | 74 | 142 | 53 |
| Binary | 11011010 | 11011001 | 10 | 0 | 0 | 1100011 | 1111 | 111100 | 1100010 | 101011 |
Color Harmonies of #DAD902
Complementary color
Monochromatic Colors of #DAD902
Black with #DAD902
Text Example
Text Example
White with #DAD902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD902; }
p { color: rgb(218,217,2); }
H1.HeaderClassName
{
color: #DAD902;
}
.AnyTagClassName
{
color: #DAD902;
}
</style>
background-color css
<style>
a { background-color: #DAD902; }
a { background-color: rgb(218,217,2); }
div.DivClassName
{
background-color: #DAD902;
}
.BgClassName
{
background-color: #DAD902;
}
</style>
border-color css
<style>
span { border-color: #DAD902; }
span { border-color: rgb(218,217,2); }
td.TdClassName
{
border-color: #DAD902;
}
.TagClassName
{
border-color: #DAD902;
}
</style>