Shades of Barberry #DECD21
Tints of Barberry #DECD21
RGB
CMYK
RGB Variations
Color information
#DECD21 (or 0xDECD21) is known color: Barberry. HEX triplet: DE, CD and 21. RGB value is (222,205,33). Sum of RGB (Red+Green+Blue) = 222+205+33=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD21 is #2132DE. Grayscale: #BFBFBF. Windows color (decimal): -2175711 or 2215390. OLE color: 2215390.
HSL color Cylindrical-coordinate representation of color #DECD21: hue angle of 54.6º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DECD21 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 33 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.13 |
| HSL | 54.6º | 0.74% | 0.5% | - |
| HSV(B) | 54.6º | 0.85% | 0.87% | - |
| XYZ | 52.23 | 59.3 | 10.13 | - |
| YUV | 190.48 | 39.13 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 33 | 0 | 0.08 | 0.85 | 0.13 | 54.6 | 0.74 | 0.5 |
| Hex | DE | CD | 21 | 0 | 8 | 55 | D | 37 | 4A | 32 |
| Octal | 336 | 315 | 41 | 0 | 10 | 125 | 15 | 67 | 112 | 62 |
| Binary | 11011110 | 11001101 | 100001 | 0 | 1000 | 1010101 | 1101 | 110111 | 1001010 | 110010 |
Color Harmonies of #DECD21
Complementary color
Monochromatic Colors of #DECD21
Black with #DECD21
Text Example
Text Example
White with #DECD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD21; }
p { color: rgb(222,205,33); }
H1.HeaderClassName
{
color: #DECD21;
}
.AnyTagClassName
{
color: #DECD21;
}
</style>
background-color css
<style>
a { background-color: #DECD21; }
a { background-color: rgb(222,205,33); }
div.DivClassName
{
background-color: #DECD21;
}
.BgClassName
{
background-color: #DECD21;
}
</style>
border-color css
<style>
span { border-color: #DECD21; }
span { border-color: rgb(222,205,33); }
td.TdClassName
{
border-color: #DECD21;
}
.TagClassName
{
border-color: #DECD21;
}
</style>