Shades of Barberry #DECC23
Tints of Barberry #DECC23
RGB
CMYK
RGB Variations
Color information
#DECC23 (or 0xDECC23) is known color: Barberry. HEX triplet: DE, CC and 23. RGB value is (222,204,35). Sum of RGB (Red+Green+Blue) = 222+204+35=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 35 (14.06% from 255 or 7.59% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC23 is #2133DC. Grayscale: #BEBEBE. Windows color (decimal): -2175965 or 2346206. OLE color: 2346206.
HSL color Cylindrical-coordinate representation of color #DECC23: hue angle of 54.22º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DECC23 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 35 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.13 |
| HSL | 54.22º | 0.74% | 0.5% | - |
| HSV(B) | 54.22º | 0.84% | 0.87% | - |
| XYZ | 52.02 | 58.84 | 10.2 | - |
| YUV | 190.12 | 40.46 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 35 | 0 | 0.08 | 0.84 | 0.13 | 54.22 | 0.74 | 0.5 |
| Hex | DE | CC | 23 | 0 | 8 | 54 | D | 36 | 4A | 32 |
| Octal | 336 | 314 | 43 | 0 | 10 | 124 | 15 | 66 | 112 | 62 |
| Binary | 11011110 | 11001100 | 100011 | 0 | 1000 | 1010100 | 1101 | 110110 | 1001010 | 110010 |
Color Harmonies of #DECC23
Complementary color
Monochromatic Colors of #DECC23
Black with #DECC23
Text Example
Text Example
White with #DECC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC23; }
p { color: rgb(222,204,35); }
H1.HeaderClassName
{
color: #DECC23;
}
.AnyTagClassName
{
color: #DECC23;
}
</style>
background-color css
<style>
a { background-color: #DECC23; }
a { background-color: rgb(222,204,35); }
div.DivClassName
{
background-color: #DECC23;
}
.BgClassName
{
background-color: #DECC23;
}
</style>
border-color css
<style>
span { border-color: #DECC23; }
span { border-color: rgb(222,204,35); }
td.TdClassName
{
border-color: #DECC23;
}
.TagClassName
{
border-color: #DECC23;
}
</style>