Shades of Barberry #DECD25
Tints of Barberry #DECD25
RGB
CMYK
RGB Variations
Color information
#DECD25 (or 0xDECD25) is known color: Barberry. HEX triplet: DE, CD and 25. RGB value is (222,205,37). Sum of RGB (Red+Green+Blue) = 222+205+37=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD25 is #2132DA. Grayscale: #BFBFBF. Windows color (decimal): -2175707 or 2477534. OLE color: 2477534.
HSL color Cylindrical-coordinate representation of color #DECD25: hue angle of 54.49º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DECD25 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 37 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.13 |
| HSL | 54.49º | 0.74% | 0.51% | - |
| HSV(B) | 54.49º | 0.83% | 0.87% | - |
| XYZ | 52.29 | 59.33 | 10.45 | - |
| YUV | 190.93 | 41.13 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 37 | 0 | 0.08 | 0.83 | 0.13 | 54.49 | 0.74 | 0.51 |
| Hex | DE | CD | 25 | 0 | 8 | 53 | D | 36 | 4A | 33 |
| Octal | 336 | 315 | 45 | 0 | 10 | 123 | 15 | 66 | 112 | 63 |
| Binary | 11011110 | 11001101 | 100101 | 0 | 1000 | 1010011 | 1101 | 110110 | 1001010 | 110011 |
Color Harmonies of #DECD25
Complementary color
Monochromatic Colors of #DECD25
Black with #DECD25
Text Example
Text Example
White with #DECD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD25; }
p { color: rgb(222,205,37); }
H1.HeaderClassName
{
color: #DECD25;
}
.AnyTagClassName
{
color: #DECD25;
}
</style>
background-color css
<style>
a { background-color: #DECD25; }
a { background-color: rgb(222,205,37); }
div.DivClassName
{
background-color: #DECD25;
}
.BgClassName
{
background-color: #DECD25;
}
</style>
border-color css
<style>
span { border-color: #DECD25; }
span { border-color: rgb(222,205,37); }
td.TdClassName
{
border-color: #DECD25;
}
.TagClassName
{
border-color: #DECD25;
}
</style>