Shades of Bird Flower #DECE01
Tints of Bird Flower #DECE01
RGB
CMYK
RGB Variations
Color information
#DECE01 (or 0xDECE01) is known color: Bird Flower. HEX triplet: DE, CE and 01. RGB value is (222,206,1). Sum of RGB (Red+Green+Blue) = 222+206+1=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE01 is #2131FE. Grayscale: #BCBCBC. Windows color (decimal): -2175487 or 118494. OLE color: 118494.
HSL color Cylindrical-coordinate representation of color #DECE01: hue angle of 55.66º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DECE01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.13 |
| HSL | 55.66º | 0.99% | 0.44% | - |
| HSV(B) | 55.66º | 1% | 0.87% | - |
| XYZ | 52.2 | 59.67 | 8.8 | - |
| YUV | 187.41 | 22.8 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 1 | 0 | 0.07 | 1.00 | 0.13 | 55.66 | 0.99 | 0.44 |
| Hex | DE | CE | 1 | 0 | 7 | 64 | D | 38 | 63 | 2C |
| Octal | 336 | 316 | 1 | 0 | 7 | 144 | 15 | 70 | 143 | 54 |
| Binary | 11011110 | 11001110 | 1 | 0 | 111 | 1100100 | 1101 | 111000 | 1100011 | 101100 |
Color Harmonies of #DECE01
Complementary color
Monochromatic Colors of #DECE01
Black with #DECE01
Text Example
Text Example
White with #DECE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE01; }
p { color: rgb(222,206,1); }
H1.HeaderClassName
{
color: #DECE01;
}
.AnyTagClassName
{
color: #DECE01;
}
</style>
background-color css
<style>
a { background-color: #DECE01; }
a { background-color: rgb(222,206,1); }
div.DivClassName
{
background-color: #DECE01;
}
.BgClassName
{
background-color: #DECE01;
}
</style>
border-color css
<style>
span { border-color: #DECE01; }
span { border-color: rgb(222,206,1); }
td.TdClassName
{
border-color: #DECE01;
}
.TagClassName
{
border-color: #DECE01;
}
</style>