Shades of Bird Flower #DECF04
Tints of Bird Flower #DECF04
RGB
CMYK
RGB Variations
Color information
#DECF04 (or 0xDECF04) is known color: Bird Flower. HEX triplet: DE, CF and 04. RGB value is (222,207,4). Sum of RGB (Red+Green+Blue) = 222+207+4=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF04 is #2130FB. Grayscale: #BDBDBD. Windows color (decimal): -2175228 or 315358. OLE color: 315358.
HSL color Cylindrical-coordinate representation of color #DECF04: hue angle of 55.87º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DECF04 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.13 |
| HSL | 55.87º | 0.96% | 0.44% | - |
| HSV(B) | 55.87º | 0.98% | 0.87% | - |
| XYZ | 52.46 | 60.16 | 8.96 | - |
| YUV | 188.34 | 23.97 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 4 | 0 | 0.07 | 0.98 | 0.13 | 55.87 | 0.96 | 0.44 |
| Hex | DE | CF | 4 | 0 | 7 | 62 | D | 38 | 60 | 2C |
| Octal | 336 | 317 | 4 | 0 | 7 | 142 | 15 | 70 | 140 | 54 |
| Binary | 11011110 | 11001111 | 100 | 0 | 111 | 1100010 | 1101 | 111000 | 1100000 | 101100 |
Color Harmonies of #DECF04
Complementary color
Monochromatic Colors of #DECF04
Black with #DECF04
Text Example
Text Example
White with #DECF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF04; }
p { color: rgb(222,207,4); }
H1.HeaderClassName
{
color: #DECF04;
}
.AnyTagClassName
{
color: #DECF04;
}
</style>
background-color css
<style>
a { background-color: #DECF04; }
a { background-color: rgb(222,207,4); }
div.DivClassName
{
background-color: #DECF04;
}
.BgClassName
{
background-color: #DECF04;
}
</style>
border-color css
<style>
span { border-color: #DECF04; }
span { border-color: rgb(222,207,4); }
td.TdClassName
{
border-color: #DECF04;
}
.TagClassName
{
border-color: #DECF04;
}
</style>