Shades of Bird Flower #DECC01
Tints of Bird Flower #DECC01
RGB
CMYK
RGB Variations
Color information
#DECC01 (or 0xDECC01) is known color: Bird Flower. HEX triplet: DE, CC and 01. RGB value is (222,204,1). Sum of RGB (Red+Green+Blue) = 222+204+1=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC01 is #2133FE. Grayscale: #BBBBBB. Windows color (decimal): -2175999 or 117982. OLE color: 117982.
HSL color Cylindrical-coordinate representation of color #DECC01: hue angle of 55.11º 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 #DECC01 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.13 |
| HSL | 55.11º | 0.99% | 0.44% | - |
| HSV(B) | 55.11º | 1% | 0.87% | - |
| XYZ | 51.72 | 58.72 | 8.64 | - |
| YUV | 186.24 | 23.46 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 1 | 0 | 0.08 | 1.00 | 0.13 | 55.11 | 0.99 | 0.44 |
| Hex | DE | CC | 1 | 0 | 8 | 64 | D | 37 | 63 | 2C |
| Octal | 336 | 314 | 1 | 0 | 10 | 144 | 15 | 67 | 143 | 54 |
| Binary | 11011110 | 11001100 | 1 | 0 | 1000 | 1100100 | 1101 | 110111 | 1100011 | 101100 |
Color Harmonies of #DECC01
Complementary color
Monochromatic Colors of #DECC01
Black with #DECC01
Text Example
Text Example
White with #DECC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC01; }
p { color: rgb(222,204,1); }
H1.HeaderClassName
{
color: #DECC01;
}
.AnyTagClassName
{
color: #DECC01;
}
</style>
background-color css
<style>
a { background-color: #DECC01; }
a { background-color: rgb(222,204,1); }
div.DivClassName
{
background-color: #DECC01;
}
.BgClassName
{
background-color: #DECC01;
}
</style>
border-color css
<style>
span { border-color: #DECC01; }
span { border-color: rgb(222,204,1); }
td.TdClassName
{
border-color: #DECC01;
}
.TagClassName
{
border-color: #DECC01;
}
</style>