Shades of Bird Flower #DECA00
Tints of Bird Flower #DECA00
RGB
CMYK
RGB Variations
Color information
#DECA00 (or 0xDECA00) is known color: Bird Flower. HEX triplet: DE, CA and 00. RGB value is (222,202,0). Sum of RGB (Red+Green+Blue) = 222+202+0=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA00 is #2135FF. Grayscale: #B9B9B9. Windows color (decimal): -2176512 or 51934. OLE color: 51934.
HSL color Cylindrical-coordinate representation of color #DECA00: hue angle of 54.59º 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 #DECA00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.13 |
| HSL | 54.59º | 1% | 0.44% | - |
| HSV(B) | 54.59º | 1% | 0.87% | - |
| XYZ | 51.24 | 57.77 | 8.45 | - |
| YUV | 184.95 | 23.63 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 0 | 0 | 0.09 | 1 | 0.13 | 54.59 | 1 | 0.44 |
| Hex | DE | CA | 0 | 0 | 9 | 64 | D | 37 | 64 | 2C |
| Octal | 336 | 312 | 0 | 0 | 11 | 144 | 15 | 67 | 144 | 54 |
| Binary | 11011110 | 11001010 | 0 | 0 | 1001 | 1100100 | 1101 | 110111 | 1100100 | 101100 |
Color Harmonies of #DECA00
Complementary color
Monochromatic Colors of #DECA00
Black with #DECA00
Text Example
Text Example
White with #DECA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA00; }
p { color: rgb(222,202,0); }
H1.HeaderClassName
{
color: #DECA00;
}
.AnyTagClassName
{
color: #DECA00;
}
</style>
background-color css
<style>
a { background-color: #DECA00; }
a { background-color: rgb(222,202,0); }
div.DivClassName
{
background-color: #DECA00;
}
.BgClassName
{
background-color: #DECA00;
}
</style>
border-color css
<style>
span { border-color: #DECA00; }
span { border-color: rgb(222,202,0); }
td.TdClassName
{
border-color: #DECA00;
}
.TagClassName
{
border-color: #DECA00;
}
</style>