Shades of Bird Flower #DADC02
Tints of Bird Flower #DADC02
RGB
CMYK
RGB Variations
Color information
#DADC02 (or 0xDADC02) is known color: Bird Flower. HEX triplet: DA, DC and 02. RGB value is (218,220,2). Sum of RGB (Red+Green+Blue) = 218+220+2=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC02 is #2523FD. Grayscale: #C3C3C3. Windows color (decimal): -2434046 or 187610. OLE color: 187610.
HSL color Cylindrical-coordinate representation of color #DADC02: hue angle of 60.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DADC02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.14 |
| HSL | 60.55º | 0.98% | 0.44% | - |
| HSV(B) | 60.55º | 0.99% | 0.86% | - |
| XYZ | 54.52 | 66.1 | 9.94 | - |
| YUV | 194.55 | 19.34 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 2 | 0.01 | 0 | 0.99 | 0.14 | 60.55 | 0.98 | 0.44 |
| Hex | DA | DC | 2 | 1 | 0 | 63 | E | 3D | 62 | 2C |
| Octal | 332 | 334 | 2 | 1 | 0 | 143 | 16 | 75 | 142 | 54 |
| Binary | 11011010 | 11011100 | 10 | 1 | 0 | 1100011 | 1110 | 111101 | 1100010 | 101100 |
Color Harmonies of #DADC02
Complementary color
Monochromatic Colors of #DADC02
Black with #DADC02
Text Example
Text Example
White with #DADC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC02; }
p { color: rgb(218,220,2); }
H1.HeaderClassName
{
color: #DADC02;
}
.AnyTagClassName
{
color: #DADC02;
}
</style>
background-color css
<style>
a { background-color: #DADC02; }
a { background-color: rgb(218,220,2); }
div.DivClassName
{
background-color: #DADC02;
}
.BgClassName
{
background-color: #DADC02;
}
</style>
border-color css
<style>
span { border-color: #DADC02; }
span { border-color: rgb(218,220,2); }
td.TdClassName
{
border-color: #DADC02;
}
.TagClassName
{
border-color: #DADC02;
}
</style>