Shades of Bird Flower #DAD40C
Tints of Bird Flower #DAD40C
RGB
CMYK
RGB Variations
Color information
#DAD40C (or 0xDAD40C) is known color: Bird Flower. HEX triplet: DA, D4 and 0C. RGB value is (218,212,12). Sum of RGB (Red+Green+Blue) = 218+212+12=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD40C is #252BF3. Grayscale: #BFBFBF. Windows color (decimal): -2436084 or 840922. OLE color: 840922.
HSL color Cylindrical-coordinate representation of color #DAD40C: hue angle of 58.25º degrees, saturation: 0.9, 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 #DAD40C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.15 |
| HSL | 58.25º | 0.9% | 0.45% | - |
| HSV(B) | 58.25º | 0.94% | 0.85% | - |
| XYZ | 52.52 | 62.02 | 9.55 | - |
| YUV | 190.99 | 26.99 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 12 | 0 | 0.03 | 0.94 | 0.15 | 58.25 | 0.9 | 0.45 |
| Hex | DA | D4 | C | 0 | 3 | 5E | F | 3A | 5A | 2D |
| Octal | 332 | 324 | 14 | 0 | 3 | 136 | 17 | 72 | 132 | 55 |
| Binary | 11011010 | 11010100 | 1100 | 0 | 11 | 1011110 | 1111 | 111010 | 1011010 | 101101 |
Color Harmonies of #DAD40C
Complementary color
Monochromatic Colors of #DAD40C
Black with #DAD40C
Text Example
Text Example
White with #DAD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD40C; }
p { color: rgb(218,212,12); }
H1.HeaderClassName
{
color: #DAD40C;
}
.AnyTagClassName
{
color: #DAD40C;
}
</style>
background-color css
<style>
a { background-color: #DAD40C; }
a { background-color: rgb(218,212,12); }
div.DivClassName
{
background-color: #DAD40C;
}
.BgClassName
{
background-color: #DAD40C;
}
</style>
border-color css
<style>
span { border-color: #DAD40C; }
span { border-color: rgb(218,212,12); }
td.TdClassName
{
border-color: #DAD40C;
}
.TagClassName
{
border-color: #DAD40C;
}
</style>