Shades of Barberry #DCCC22
Tints of Barberry #DCCC22
RGB
CMYK
RGB Variations
Color information
#DCCC22 (or 0xDCCC22) is known color: Barberry. HEX triplet: DC, CC and 22. RGB value is (220,204,34). Sum of RGB (Red+Green+Blue) = 220+204+34=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 34 (13.67% from 255 or 7.42% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC22 is #2333DD. Grayscale: #BEBEBE. Windows color (decimal): -2307038 or 2280668. OLE color: 2280668.
HSL color Cylindrical-coordinate representation of color #DCCC22: hue angle of 54.84º 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 #DCCC22 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 34 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.14 |
| HSL | 54.84º | 0.73% | 0.5% | - |
| HSV(B) | 54.84º | 0.85% | 0.86% | - |
| XYZ | 51.4 | 58.52 | 10.1 | - |
| YUV | 189.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 34 | 0 | 0.07 | 0.85 | 0.14 | 54.84 | 0.73 | 0.5 |
| Hex | DC | CC | 22 | 0 | 7 | 55 | E | 37 | 49 | 32 |
| Octal | 334 | 314 | 42 | 0 | 7 | 125 | 16 | 67 | 111 | 62 |
| Binary | 11011100 | 11001100 | 100010 | 0 | 111 | 1010101 | 1110 | 110111 | 1001001 | 110010 |
Color Harmonies of #DCCC22
Complementary color
Monochromatic Colors of #DCCC22
Black with #DCCC22
Text Example
Text Example
White with #DCCC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC22; }
p { color: rgb(220,204,34); }
H1.HeaderClassName
{
color: #DCCC22;
}
.AnyTagClassName
{
color: #DCCC22;
}
</style>
background-color css
<style>
a { background-color: #DCCC22; }
a { background-color: rgb(220,204,34); }
div.DivClassName
{
background-color: #DCCC22;
}
.BgClassName
{
background-color: #DCCC22;
}
</style>
border-color css
<style>
span { border-color: #DCCC22; }
span { border-color: rgb(220,204,34); }
td.TdClassName
{
border-color: #DCCC22;
}
.TagClassName
{
border-color: #DCCC22;
}
</style>