Shades of Bird Flower #DAD307
Tints of Bird Flower #DAD307
RGB
CMYK
RGB Variations
Color information
#DAD307 (or 0xDAD307) is known color: Bird Flower. HEX triplet: DA, D3 and 07. RGB value is (218,211,7). Sum of RGB (Red+Green+Blue) = 218+211+7=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD307 is #252CF8. Grayscale: #BEBEBE. Windows color (decimal): -2436345 or 512986. OLE color: 512986.
HSL color Cylindrical-coordinate representation of color #DAD307: hue angle of 58.01º 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 #DAD307 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.15 |
| HSL | 58.01º | 0.94% | 0.44% | - |
| HSV(B) | 58.01º | 0.97% | 0.85% | - |
| XYZ | 52.25 | 61.51 | 9.32 | - |
| YUV | 189.84 | 24.82 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 7 | 0 | 0.03 | 0.97 | 0.15 | 58.01 | 0.94 | 0.44 |
| Hex | DA | D3 | 7 | 0 | 3 | 61 | F | 3A | 5E | 2C |
| Octal | 332 | 323 | 7 | 0 | 3 | 141 | 17 | 72 | 136 | 54 |
| Binary | 11011010 | 11010011 | 111 | 0 | 11 | 1100001 | 1111 | 111010 | 1011110 | 101100 |
Color Harmonies of #DAD307
Complementary color
Monochromatic Colors of #DAD307
Black with #DAD307
Text Example
Text Example
White with #DAD307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD307; }
p { color: rgb(218,211,7); }
H1.HeaderClassName
{
color: #DAD307;
}
.AnyTagClassName
{
color: #DAD307;
}
</style>
background-color css
<style>
a { background-color: #DAD307; }
a { background-color: rgb(218,211,7); }
div.DivClassName
{
background-color: #DAD307;
}
.BgClassName
{
background-color: #DAD307;
}
</style>
border-color css
<style>
span { border-color: #DAD307; }
span { border-color: rgb(218,211,7); }
td.TdClassName
{
border-color: #DAD307;
}
.TagClassName
{
border-color: #DAD307;
}
</style>