Shades of Bird Flower #DADC08
Tints of Bird Flower #DADC08
RGB
CMYK
RGB Variations
Color information
#DADC08 (or 0xDADC08) is known color: Bird Flower. HEX triplet: DA, DC and 08. RGB value is (218,220,8). Sum of RGB (Red+Green+Blue) = 218+220+8=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC08 is #2523F7. Grayscale: #C4C4C4. Windows color (decimal): -2434040 or 580826. OLE color: 580826.
HSL color Cylindrical-coordinate representation of color #DADC08: hue angle of 60.57º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DADC08 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 8 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.14 |
| HSL | 60.57º | 0.93% | 0.45% | - |
| HSV(B) | 60.57º | 0.96% | 0.86% | - |
| XYZ | 54.55 | 66.11 | 10.12 | - |
| YUV | 195.23 | 22.34 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 8 | 0.01 | 0 | 0.96 | 0.14 | 60.57 | 0.93 | 0.45 |
| Hex | DA | DC | 8 | 1 | 0 | 60 | E | 3D | 5D | 2D |
| Octal | 332 | 334 | 10 | 1 | 0 | 140 | 16 | 75 | 135 | 55 |
| Binary | 11011010 | 11011100 | 1000 | 1 | 0 | 1100000 | 1110 | 111101 | 1011101 | 101101 |
Color Harmonies of #DADC08
Complementary color
Monochromatic Colors of #DADC08
Black with #DADC08
Text Example
Text Example
White with #DADC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC08; }
p { color: rgb(218,220,8); }
H1.HeaderClassName
{
color: #DADC08;
}
.AnyTagClassName
{
color: #DADC08;
}
</style>
background-color css
<style>
a { background-color: #DADC08; }
a { background-color: rgb(218,220,8); }
div.DivClassName
{
background-color: #DADC08;
}
.BgClassName
{
background-color: #DADC08;
}
</style>
border-color css
<style>
span { border-color: #DADC08; }
span { border-color: rgb(218,220,8); }
td.TdClassName
{
border-color: #DADC08;
}
.TagClassName
{
border-color: #DADC08;
}
</style>