Shades of Bird Flower #DADD07
Tints of Bird Flower #DADD07
RGB
CMYK
RGB Variations
Color information
#DADD07 (or 0xDADD07) is known color: Bird Flower. HEX triplet: DA, DD and 07. RGB value is (218,221,7). Sum of RGB (Red+Green+Blue) = 218+221+7=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADD07 is #2522F8. Grayscale: #C4C4C4. Windows color (decimal): -2433785 or 515546. OLE color: 515546.
HSL color Cylindrical-coordinate representation of color #DADD07: hue angle of 60.84º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DADD07 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.13 |
| HSL | 60.84º | 0.94% | 0.45% | - |
| HSV(B) | 60.84º | 0.97% | 0.87% | - |
| XYZ | 54.81 | 66.63 | 10.17 | - |
| YUV | 195.71 | 21.51 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 7 | 0.01 | 0 | 0.97 | 0.13 | 60.84 | 0.94 | 0.45 |
| Hex | DA | DD | 7 | 1 | 0 | 61 | D | 3D | 5E | 2D |
| Octal | 332 | 335 | 7 | 1 | 0 | 141 | 15 | 75 | 136 | 55 |
| Binary | 11011010 | 11011101 | 111 | 1 | 0 | 1100001 | 1101 | 111101 | 1011110 | 101101 |
Color Harmonies of #DADD07
Complementary color
Monochromatic Colors of #DADD07
Black with #DADD07
Text Example
Text Example
White with #DADD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD07; }
p { color: rgb(218,221,7); }
H1.HeaderClassName
{
color: #DADD07;
}
.AnyTagClassName
{
color: #DADD07;
}
</style>
background-color css
<style>
a { background-color: #DADD07; }
a { background-color: rgb(218,221,7); }
div.DivClassName
{
background-color: #DADD07;
}
.BgClassName
{
background-color: #DADD07;
}
</style>
border-color css
<style>
span { border-color: #DADD07; }
span { border-color: rgb(218,221,7); }
td.TdClassName
{
border-color: #DADD07;
}
.TagClassName
{
border-color: #DADD07;
}
</style>