Shades of Bird Flower #DAD407
Tints of Bird Flower #DAD407
RGB
CMYK
RGB Variations
Color information
#DAD407 (or 0xDAD407) is known color: Bird Flower. HEX triplet: DA, D4 and 07. RGB value is (218,212,7). Sum of RGB (Red+Green+Blue) = 218+212+7=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD407 is #252BF8. Grayscale: #BFBFBF. Windows color (decimal): -2436089 or 513242. OLE color: 513242.
HSL color Cylindrical-coordinate representation of color #DAD407: hue angle of 58.29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAD407 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.15 |
| HSL | 58.29º | 0.94% | 0.44% | - |
| HSV(B) | 58.29º | 0.97% | 0.85% | - |
| XYZ | 52.5 | 62.01 | 9.4 | - |
| YUV | 190.42 | 24.49 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 7 | 0 | 0.03 | 0.97 | 0.15 | 58.29 | 0.94 | 0.44 |
| Hex | DA | D4 | 7 | 0 | 3 | 61 | F | 3A | 5E | 2C |
| Octal | 332 | 324 | 7 | 0 | 3 | 141 | 17 | 72 | 136 | 54 |
| Binary | 11011010 | 11010100 | 111 | 0 | 11 | 1100001 | 1111 | 111010 | 1011110 | 101100 |
Color Harmonies of #DAD407
Complementary color
Monochromatic Colors of #DAD407
Black with #DAD407
Text Example
Text Example
White with #DAD407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD407; }
p { color: rgb(218,212,7); }
H1.HeaderClassName
{
color: #DAD407;
}
.AnyTagClassName
{
color: #DAD407;
}
</style>
background-color css
<style>
a { background-color: #DAD407; }
a { background-color: rgb(218,212,7); }
div.DivClassName
{
background-color: #DAD407;
}
.BgClassName
{
background-color: #DAD407;
}
</style>
border-color css
<style>
span { border-color: #DAD407; }
span { border-color: rgb(218,212,7); }
td.TdClassName
{
border-color: #DAD407;
}
.TagClassName
{
border-color: #DAD407;
}
</style>