Shades of Bird Flower #D8DC07
Tints of Bird Flower #D8DC07
RGB
CMYK
RGB Variations
Color information
#D8DC07 (or 0xD8DC07) is known color: Bird Flower. HEX triplet: D8, DC and 07. RGB value is (216,220,7). Sum of RGB (Red+Green+Blue) = 216+220+7=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DC07 is #2723F8. Grayscale: #C3C3C3. Windows color (decimal): -2565113 or 515288. OLE color: 515288.
HSL color Cylindrical-coordinate representation of color #D8DC07: hue angle of 61.13º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8DC07 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 7 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.14 |
| HSL | 61.13º | 0.94% | 0.45% | - |
| HSV(B) | 61.13º | 0.97% | 0.86% | - |
| XYZ | 53.95 | 65.8 | 10.06 | - |
| YUV | 194.52 | 22.17 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 7 | 0.02 | 0 | 0.97 | 0.14 | 61.13 | 0.94 | 0.45 |
| Hex | D8 | DC | 7 | 2 | 0 | 61 | E | 3D | 5E | 2D |
| Octal | 330 | 334 | 7 | 2 | 0 | 141 | 16 | 75 | 136 | 55 |
| Binary | 11011000 | 11011100 | 111 | 10 | 0 | 1100001 | 1110 | 111101 | 1011110 | 101101 |
Color Harmonies of #D8DC07
Complementary color
Monochromatic Colors of #D8DC07
Black with #D8DC07
Text Example
Text Example
White with #D8DC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC07; }
p { color: rgb(216,220,7); }
H1.HeaderClassName
{
color: #D8DC07;
}
.AnyTagClassName
{
color: #D8DC07;
}
</style>
background-color css
<style>
a { background-color: #D8DC07; }
a { background-color: rgb(216,220,7); }
div.DivClassName
{
background-color: #D8DC07;
}
.BgClassName
{
background-color: #D8DC07;
}
</style>
border-color css
<style>
span { border-color: #D8DC07; }
span { border-color: rgb(216,220,7); }
td.TdClassName
{
border-color: #D8DC07;
}
.TagClassName
{
border-color: #D8DC07;
}
</style>