Shades of Bird Flower #DECB00
Tints of Bird Flower #DECB00
RGB
CMYK
RGB Variations
Color information
#DECB00 (or 0xDECB00) is known color: Bird Flower. HEX triplet: DE, CB and 00. RGB value is (222,203,0). Sum of RGB (Red+Green+Blue) = 222+203+0=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB00 is #2134FF. Grayscale: #BABABA. Windows color (decimal): -2176256 or 52190. OLE color: 52190.
HSL color Cylindrical-coordinate representation of color #DECB00: hue angle of 54.86º 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 #DECB00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.13 |
| HSL | 54.86º | 1% | 0.44% | - |
| HSV(B) | 54.86º | 1% | 0.87% | - |
| XYZ | 51.48 | 58.24 | 8.53 | - |
| YUV | 185.54 | 23.29 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 0 | 0 | 0.09 | 1 | 0.13 | 54.86 | 1 | 0.44 |
| Hex | DE | CB | 0 | 0 | 9 | 64 | D | 37 | 64 | 2C |
| Octal | 336 | 313 | 0 | 0 | 11 | 144 | 15 | 67 | 144 | 54 |
| Binary | 11011110 | 11001011 | 0 | 0 | 1001 | 1100100 | 1101 | 110111 | 1100100 | 101100 |
Color Harmonies of #DECB00
Complementary color
Monochromatic Colors of #DECB00
Black with #DECB00
Text Example
Text Example
White with #DECB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB00; }
p { color: rgb(222,203,0); }
H1.HeaderClassName
{
color: #DECB00;
}
.AnyTagClassName
{
color: #DECB00;
}
</style>
background-color css
<style>
a { background-color: #DECB00; }
a { background-color: rgb(222,203,0); }
div.DivClassName
{
background-color: #DECB00;
}
.BgClassName
{
background-color: #DECB00;
}
</style>
border-color css
<style>
span { border-color: #DECB00; }
span { border-color: rgb(222,203,0); }
td.TdClassName
{
border-color: #DECB00;
}
.TagClassName
{
border-color: #DECB00;
}
</style>