Shades of Bird Flower #DAD309
Tints of Bird Flower #DAD309
RGB
CMYK
RGB Variations
Color information
#DAD309 (or 0xDAD309) is known color: Bird Flower. HEX triplet: DA, D3 and 09. RGB value is (218,211,9). Sum of RGB (Red+Green+Blue) = 218+211+9=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 9 (3.91% from 255 or 2.05% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD309 is #252CF6. Grayscale: #BEBEBE. Windows color (decimal): -2436343 or 644058. OLE color: 644058.
HSL color Cylindrical-coordinate representation of color #DAD309: hue angle of 57.99º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAD309 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 9 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.15 |
| HSL | 57.99º | 0.92% | 0.45% | - |
| HSV(B) | 57.99º | 0.96% | 0.85% | - |
| XYZ | 52.26 | 61.51 | 9.38 | - |
| YUV | 190.07 | 25.82 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 9 | 0 | 0.03 | 0.96 | 0.15 | 57.99 | 0.92 | 0.45 |
| Hex | DA | D3 | 9 | 0 | 3 | 60 | F | 3A | 5C | 2D |
| Octal | 332 | 323 | 11 | 0 | 3 | 140 | 17 | 72 | 134 | 55 |
| Binary | 11011010 | 11010011 | 1001 | 0 | 11 | 1100000 | 1111 | 111010 | 1011100 | 101101 |
Color Harmonies of #DAD309
Complementary color
Monochromatic Colors of #DAD309
Black with #DAD309
Text Example
Text Example
White with #DAD309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD309; }
p { color: rgb(218,211,9); }
H1.HeaderClassName
{
color: #DAD309;
}
.AnyTagClassName
{
color: #DAD309;
}
</style>
background-color css
<style>
a { background-color: #DAD309; }
a { background-color: rgb(218,211,9); }
div.DivClassName
{
background-color: #DAD309;
}
.BgClassName
{
background-color: #DAD309;
}
</style>
border-color css
<style>
span { border-color: #DAD309; }
span { border-color: rgb(218,211,9); }
td.TdClassName
{
border-color: #DAD309;
}
.TagClassName
{
border-color: #DAD309;
}
</style>