Shades of Barberry #DCCE20
Tints of Barberry #DCCE20
RGB
CMYK
RGB Variations
Color information
#DCCE20 (or 0xDCCE20) is known color: Barberry. HEX triplet: DC, CE and 20. RGB value is (220,206,32). Sum of RGB (Red+Green+Blue) = 220+206+32=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE20 is #2331DF. Grayscale: #BFBFBF. Windows color (decimal): -2306528 or 2150108. OLE color: 2150108.
HSL color Cylindrical-coordinate representation of color #DCCE20: hue angle of 55.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCCE20 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 32 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.14 |
| HSL | 55.53º | 0.75% | 0.49% | - |
| HSV(B) | 55.53º | 0.85% | 0.86% | - |
| XYZ | 51.85 | 59.46 | 10.11 | - |
| YUV | 190.35 | 38.64 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 32 | 0 | 0.06 | 0.85 | 0.14 | 55.53 | 0.75 | 0.49 |
| Hex | DC | CE | 20 | 0 | 6 | 55 | E | 38 | 4B | 31 |
| Octal | 334 | 316 | 40 | 0 | 6 | 125 | 16 | 70 | 113 | 61 |
| Binary | 11011100 | 11001110 | 100000 | 0 | 110 | 1010101 | 1110 | 111000 | 1001011 | 110001 |
Color Harmonies of #DCCE20
Complementary color
Monochromatic Colors of #DCCE20
Black with #DCCE20
Text Example
Text Example
White with #DCCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE20; }
p { color: rgb(220,206,32); }
H1.HeaderClassName
{
color: #DCCE20;
}
.AnyTagClassName
{
color: #DCCE20;
}
</style>
background-color css
<style>
a { background-color: #DCCE20; }
a { background-color: rgb(220,206,32); }
div.DivClassName
{
background-color: #DCCE20;
}
.BgClassName
{
background-color: #DCCE20;
}
</style>
border-color css
<style>
span { border-color: #DCCE20; }
span { border-color: rgb(220,206,32); }
td.TdClassName
{
border-color: #DCCE20;
}
.TagClassName
{
border-color: #DCCE20;
}
</style>