Shades of Barberry #DCCB22
Tints of Barberry #DCCB22
RGB
CMYK
RGB Variations
Color information
#DCCB22 (or 0xDCCB22) is known color: Barberry. HEX triplet: DC, CB and 22. RGB value is (220,203,34). Sum of RGB (Red+Green+Blue) = 220+203+34=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 34 (13.67% from 255 or 7.44% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB22 is #2334DD. Grayscale: #BDBDBD. Windows color (decimal): -2307294 or 2280412. OLE color: 2280412.
HSL color Cylindrical-coordinate representation of color #DCCB22: hue angle of 54.52º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCCB22 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 34 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.14 |
| HSL | 54.52º | 0.73% | 0.5% | - |
| HSV(B) | 54.52º | 0.85% | 0.86% | - |
| XYZ | 51.16 | 58.04 | 10.02 | - |
| YUV | 188.82 | 40.63 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 34 | 0 | 0.08 | 0.85 | 0.14 | 54.52 | 0.73 | 0.5 |
| Hex | DC | CB | 22 | 0 | 8 | 55 | E | 37 | 49 | 32 |
| Octal | 334 | 313 | 42 | 0 | 10 | 125 | 16 | 67 | 111 | 62 |
| Binary | 11011100 | 11001011 | 100010 | 0 | 1000 | 1010101 | 1110 | 110111 | 1001001 | 110010 |
Color Harmonies of #DCCB22
Complementary color
Monochromatic Colors of #DCCB22
Black with #DCCB22
Text Example
Text Example
White with #DCCB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB22; }
p { color: rgb(220,203,34); }
H1.HeaderClassName
{
color: #DCCB22;
}
.AnyTagClassName
{
color: #DCCB22;
}
</style>
background-color css
<style>
a { background-color: #DCCB22; }
a { background-color: rgb(220,203,34); }
div.DivClassName
{
background-color: #DCCB22;
}
.BgClassName
{
background-color: #DCCB22;
}
</style>
border-color css
<style>
span { border-color: #DCCB22; }
span { border-color: rgb(220,203,34); }
td.TdClassName
{
border-color: #DCCB22;
}
.TagClassName
{
border-color: #DCCB22;
}
</style>