Shades of Barberry #DECD20
Tints of Barberry #DECD20
RGB
CMYK
RGB Variations
Color information
#DECD20 (or 0xDECD20) is known color: Barberry. HEX triplet: DE, CD and 20. RGB value is (222,205,32). Sum of RGB (Red+Green+Blue) = 222+205+32=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD20 is #2132DF. Grayscale: #BFBFBF. Windows color (decimal): -2175712 or 2149854. OLE color: 2149854.
HSL color Cylindrical-coordinate representation of color #DECD20: hue angle of 54.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DECD20 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 32 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.13 |
| HSL | 54.63º | 0.75% | 0.5% | - |
| HSV(B) | 54.63º | 0.86% | 0.87% | - |
| XYZ | 52.22 | 59.3 | 10.06 | - |
| YUV | 190.36 | 38.63 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 32 | 0 | 0.08 | 0.86 | 0.13 | 54.63 | 0.75 | 0.5 |
| Hex | DE | CD | 20 | 0 | 8 | 56 | D | 37 | 4B | 32 |
| Octal | 336 | 315 | 40 | 0 | 10 | 126 | 15 | 67 | 113 | 62 |
| Binary | 11011110 | 11001101 | 100000 | 0 | 1000 | 1010110 | 1101 | 110111 | 1001011 | 110010 |
Color Harmonies of #DECD20
Complementary color
Monochromatic Colors of #DECD20
Black with #DECD20
Text Example
Text Example
White with #DECD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD20; }
p { color: rgb(222,205,32); }
H1.HeaderClassName
{
color: #DECD20;
}
.AnyTagClassName
{
color: #DECD20;
}
</style>
background-color css
<style>
a { background-color: #DECD20; }
a { background-color: rgb(222,205,32); }
div.DivClassName
{
background-color: #DECD20;
}
.BgClassName
{
background-color: #DECD20;
}
</style>
border-color css
<style>
span { border-color: #DECD20; }
span { border-color: rgb(222,205,32); }
td.TdClassName
{
border-color: #DECD20;
}
.TagClassName
{
border-color: #DECD20;
}
</style>