Shades of Barberry #DEC727
Tints of Barberry #DEC727
RGB
CMYK
RGB Variations
Color information
#DEC727 (or 0xDEC727) is known color: Barberry. HEX triplet: DE, C7 and 27. RGB value is (222,199,39). Sum of RGB (Red+Green+Blue) = 222+199+39=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC727 is #2138D8. Grayscale: #BCBCBC. Windows color (decimal): -2177241 or 2607070. OLE color: 2607070.
HSL color Cylindrical-coordinate representation of color #DEC727: hue angle of 52.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEC727 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 39 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.13 |
| HSL | 52.46º | 0.73% | 0.51% | - |
| HSV(B) | 52.46º | 0.82% | 0.87% | - |
| XYZ | 50.91 | 56.52 | 10.15 | - |
| YUV | 187.64 | 44.12 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 39 | 0 | 0.10 | 0.82 | 0.13 | 52.46 | 0.73 | 0.51 |
| Hex | DE | C7 | 27 | 0 | A | 52 | D | 34 | 49 | 33 |
| Octal | 336 | 307 | 47 | 0 | 12 | 122 | 15 | 64 | 111 | 63 |
| Binary | 11011110 | 11000111 | 100111 | 0 | 1010 | 1010010 | 1101 | 110100 | 1001001 | 110011 |
Color Harmonies of #DEC727
Complementary color
Monochromatic Colors of #DEC727
Black with #DEC727
Text Example
Text Example
White with #DEC727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC727; }
p { color: rgb(222,199,39); }
H1.HeaderClassName
{
color: #DEC727;
}
.AnyTagClassName
{
color: #DEC727;
}
</style>
background-color css
<style>
a { background-color: #DEC727; }
a { background-color: rgb(222,199,39); }
div.DivClassName
{
background-color: #DEC727;
}
.BgClassName
{
background-color: #DEC727;
}
</style>
border-color css
<style>
span { border-color: #DEC727; }
span { border-color: rgb(222,199,39); }
td.TdClassName
{
border-color: #DEC727;
}
.TagClassName
{
border-color: #DEC727;
}
</style>