Shades of Bird Flower #DECD00
Tints of Bird Flower #DECD00
RGB
CMYK
RGB Variations
Color information
#DECD00 (or 0xDECD00) is known color: Bird Flower. HEX triplet: DE, CD and 00. RGB value is (222,205,0). Sum of RGB (Red+Green+Blue) = 222+205+0=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD00 is #2132FF. Grayscale: #BBBBBB. Windows color (decimal): -2175744 or 52702. OLE color: 52702.
HSL color Cylindrical-coordinate representation of color #DECD00: hue angle of 55.41º 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 #DECD00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.13 |
| HSL | 55.41º | 1% | 0.44% | - |
| HSV(B) | 55.41º | 1% | 0.87% | - |
| XYZ | 51.96 | 59.19 | 8.69 | - |
| YUV | 186.71 | 22.63 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 0 | 0 | 0.08 | 1 | 0.13 | 55.41 | 1 | 0.44 |
| Hex | DE | CD | 0 | 0 | 8 | 64 | D | 37 | 64 | 2C |
| Octal | 336 | 315 | 0 | 0 | 10 | 144 | 15 | 67 | 144 | 54 |
| Binary | 11011110 | 11001101 | 0 | 0 | 1000 | 1100100 | 1101 | 110111 | 1100100 | 101100 |
Color Harmonies of #DECD00
Complementary color
Monochromatic Colors of #DECD00
Black with #DECD00
Text Example
Text Example
White with #DECD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD00; }
p { color: rgb(222,205,0); }
H1.HeaderClassName
{
color: #DECD00;
}
.AnyTagClassName
{
color: #DECD00;
}
</style>
background-color css
<style>
a { background-color: #DECD00; }
a { background-color: rgb(222,205,0); }
div.DivClassName
{
background-color: #DECD00;
}
.BgClassName
{
background-color: #DECD00;
}
</style>
border-color css
<style>
span { border-color: #DECD00; }
span { border-color: rgb(222,205,0); }
td.TdClassName
{
border-color: #DECD00;
}
.TagClassName
{
border-color: #DECD00;
}
</style>