Shades of Bird Flower #DECE02
Tints of Bird Flower #DECE02
RGB
CMYK
RGB Variations
Color information
#DECE02 (or 0xDECE02) is known color: Bird Flower. HEX triplet: DE, CE and 02. RGB value is (222,206,2). Sum of RGB (Red+Green+Blue) = 222+206+2=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE02 is #2131FD. Grayscale: #BCBCBC. Windows color (decimal): -2175486 or 184030. OLE color: 184030.
HSL color Cylindrical-coordinate representation of color #DECE02: hue angle of 55.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DECE02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.13 |
| HSL | 55.64º | 0.98% | 0.44% | - |
| HSV(B) | 55.64º | 0.99% | 0.87% | - |
| XYZ | 52.21 | 59.68 | 8.82 | - |
| YUV | 187.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 2 | 0 | 0.07 | 0.99 | 0.13 | 55.64 | 0.98 | 0.44 |
| Hex | DE | CE | 2 | 0 | 7 | 63 | D | 38 | 62 | 2C |
| Octal | 336 | 316 | 2 | 0 | 7 | 143 | 15 | 70 | 142 | 54 |
| Binary | 11011110 | 11001110 | 10 | 0 | 111 | 1100011 | 1101 | 111000 | 1100010 | 101100 |
Color Harmonies of #DECE02
Complementary color
Monochromatic Colors of #DECE02
Black with #DECE02
Text Example
Text Example
White with #DECE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE02; }
p { color: rgb(222,206,2); }
H1.HeaderClassName
{
color: #DECE02;
}
.AnyTagClassName
{
color: #DECE02;
}
</style>
background-color css
<style>
a { background-color: #DECE02; }
a { background-color: rgb(222,206,2); }
div.DivClassName
{
background-color: #DECE02;
}
.BgClassName
{
background-color: #DECE02;
}
</style>
border-color css
<style>
span { border-color: #DECE02; }
span { border-color: rgb(222,206,2); }
td.TdClassName
{
border-color: #DECE02;
}
.TagClassName
{
border-color: #DECE02;
}
</style>