Shades of Bird Flower #DAD40D
Tints of Bird Flower #DAD40D
RGB
CMYK
RGB Variations
Color information
#DAD40D (or 0xDAD40D) is known color: Bird Flower. HEX triplet: DA, D4 and 0D. RGB value is (218,212,13). Sum of RGB (Red+Green+Blue) = 218+212+13=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD40D is #252BF2. Grayscale: #BFBFBF. Windows color (decimal): -2436083 or 906458. OLE color: 906458.
HSL color Cylindrical-coordinate representation of color #DAD40D: hue angle of 58.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAD40D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.15 |
| HSL | 58.24º | 0.89% | 0.45% | - |
| HSV(B) | 58.24º | 0.94% | 0.85% | - |
| XYZ | 52.53 | 62.02 | 9.58 | - |
| YUV | 191.11 | 27.49 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 13 | 0 | 0.03 | 0.94 | 0.15 | 58.24 | 0.89 | 0.45 |
| Hex | DA | D4 | D | 0 | 3 | 5E | F | 3A | 59 | 2D |
| Octal | 332 | 324 | 15 | 0 | 3 | 136 | 17 | 72 | 131 | 55 |
| Binary | 11011010 | 11010100 | 1101 | 0 | 11 | 1011110 | 1111 | 111010 | 1011001 | 101101 |
Color Harmonies of #DAD40D
Complementary color
Monochromatic Colors of #DAD40D
Black with #DAD40D
Text Example
Text Example
White with #DAD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD40D; }
p { color: rgb(218,212,13); }
H1.HeaderClassName
{
color: #DAD40D;
}
.AnyTagClassName
{
color: #DAD40D;
}
</style>
background-color css
<style>
a { background-color: #DAD40D; }
a { background-color: rgb(218,212,13); }
div.DivClassName
{
background-color: #DAD40D;
}
.BgClassName
{
background-color: #DAD40D;
}
</style>
border-color css
<style>
span { border-color: #DAD40D; }
span { border-color: rgb(218,212,13); }
td.TdClassName
{
border-color: #DAD40D;
}
.TagClassName
{
border-color: #DAD40D;
}
</style>