Shades of Bird Flower #DADC04
Tints of Bird Flower #DADC04
RGB
CMYK
RGB Variations
Color information
#DADC04 (or 0xDADC04) is known color: Bird Flower. HEX triplet: DA, DC and 04. RGB value is (218,220,4). Sum of RGB (Red+Green+Blue) = 218+220+4=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC04 is #2523FB. Grayscale: #C3C3C3. Windows color (decimal): -2434044 or 318682. OLE color: 318682.
HSL color Cylindrical-coordinate representation of color #DADC04: 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 #DADC04 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 4 | - |
| 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 | - |
| YUV | 194.78 | 20.34 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 4 | 0.01 | 0 | 0.98 | 0.14 | 60.56 | 0.96 | 0.44 |
| Hex | DA | DC | 4 | 1 | 0 | 62 | E | 3D | 60 | 2C |
| Octal | 332 | 334 | 4 | 1 | 0 | 142 | 16 | 75 | 140 | 54 |
| Binary | 11011010 | 11011100 | 100 | 1 | 0 | 1100010 | 1110 | 111101 | 1100000 | 101100 |
Color Harmonies of #DADC04
Complementary color
Monochromatic Colors of #DADC04
Black with #DADC04
Text Example
Text Example
White with #DADC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC04; }
p { color: rgb(218,220,4); }
H1.HeaderClassName
{
color: #DADC04;
}
.AnyTagClassName
{
color: #DADC04;
}
</style>
background-color css
<style>
a { background-color: #DADC04; }
a { background-color: rgb(218,220,4); }
div.DivClassName
{
background-color: #DADC04;
}
.BgClassName
{
background-color: #DADC04;
}
</style>
border-color css
<style>
span { border-color: #DADC04; }
span { border-color: rgb(218,220,4); }
td.TdClassName
{
border-color: #DADC04;
}
.TagClassName
{
border-color: #DADC04;
}
</style>