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