Shades of Bird Flower #D0DE07
Tints of Bird Flower #D0DE07
RGB
CMYK
RGB Variations
Color information
#D0DE07 (or 0xD0DE07) is known color: Bird Flower. HEX triplet: D0, DE and 07. RGB value is (208,222,7). Sum of RGB (Red+Green+Blue) = 208+222+7=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DE07 is #2F21F8. Grayscale: #C2C2C2. Windows color (decimal): -3088889 or 515792. OLE color: 515792.
HSL color Cylindrical-coordinate representation of color #D0DE07: hue angle of 63.91º 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 #D0DE07 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 7 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.13 |
| HSL | 63.91º | 0.94% | 0.45% | - |
| HSV(B) | 63.91º | 0.97% | 0.87% | - |
| XYZ | 52.17 | 65.67 | 10.13 | - |
| YUV | 193.3 | 22.86 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 7 | 0.06 | 0 | 0.97 | 0.13 | 63.91 | 0.94 | 0.45 |
| Hex | D0 | DE | 7 | 6 | 0 | 61 | D | 40 | 5E | 2D |
| Octal | 320 | 336 | 7 | 6 | 0 | 141 | 15 | 100 | 136 | 55 |
| Binary | 11010000 | 11011110 | 111 | 110 | 0 | 1100001 | 1101 | 1000000 | 1011110 | 101101 |
Color Harmonies of #D0DE07
Complementary color
Monochromatic Colors of #D0DE07
Black with #D0DE07
Text Example
Text Example
White with #D0DE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DE07; }
p { color: rgb(208,222,7); }
H1.HeaderClassName
{
color: #D0DE07;
}
.AnyTagClassName
{
color: #D0DE07;
}
</style>
background-color css
<style>
a { background-color: #D0DE07; }
a { background-color: rgb(208,222,7); }
div.DivClassName
{
background-color: #D0DE07;
}
.BgClassName
{
background-color: #D0DE07;
}
</style>
border-color css
<style>
span { border-color: #D0DE07; }
span { border-color: rgb(208,222,7); }
td.TdClassName
{
border-color: #D0DE07;
}
.TagClassName
{
border-color: #D0DE07;
}
</style>