Shades of Bird Flower #DADC05
Tints of Bird Flower #DADC05
RGB
CMYK
RGB Variations
Color information
#DADC05 (or 0xDADC05) is known color: Bird Flower. HEX triplet: DA, DC and 05. RGB value is (218,220,5). Sum of RGB (Red+Green+Blue) = 218+220+5=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC05 is #2523FA. Grayscale: #C3C3C3. Windows color (decimal): -2434043 or 384218. OLE color: 384218.
HSL color Cylindrical-coordinate representation of color #DADC05: hue angle of 60.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DADC05 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.14 |
| HSL | 60.56º | 0.96% | 0.44% | - |
| HSV(B) | 60.56º | 0.98% | 0.86% | - |
| XYZ | 54.53 | 66.1 | 10.03 | - |
| YUV | 194.89 | 20.84 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 5 | 0.01 | 0 | 0.98 | 0.14 | 60.56 | 0.96 | 0.44 |
| Hex | DA | DC | 5 | 1 | 0 | 62 | E | 3D | 60 | 2C |
| Octal | 332 | 334 | 5 | 1 | 0 | 142 | 16 | 75 | 140 | 54 |
| Binary | 11011010 | 11011100 | 101 | 1 | 0 | 1100010 | 1110 | 111101 | 1100000 | 101100 |
Color Harmonies of #DADC05
Complementary color
Monochromatic Colors of #DADC05
Black with #DADC05
Text Example
Text Example
White with #DADC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC05; }
p { color: rgb(218,220,5); }
H1.HeaderClassName
{
color: #DADC05;
}
.AnyTagClassName
{
color: #DADC05;
}
</style>
background-color css
<style>
a { background-color: #DADC05; }
a { background-color: rgb(218,220,5); }
div.DivClassName
{
background-color: #DADC05;
}
.BgClassName
{
background-color: #DADC05;
}
</style>
border-color css
<style>
span { border-color: #DADC05; }
span { border-color: rgb(218,220,5); }
td.TdClassName
{
border-color: #DADC05;
}
.TagClassName
{
border-color: #DADC05;
}
</style>