Shades of Barberry #DCCE2C
Tints of Barberry #DCCE2C
RGB
CMYK
RGB Variations
Color information
#DCCE2C (or 0xDCCE2C) is known color: Barberry. HEX triplet: DC, CE and 2C. RGB value is (220,206,44). Sum of RGB (Red+Green+Blue) = 220+206+44=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE2C is #2331D3. Grayscale: #C0C0C0. Windows color (decimal): -2306516 or 2936540. OLE color: 2936540.
HSL color Cylindrical-coordinate representation of color #DCCE2C: hue angle of 55.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCCE2C is Cyan = 0, Magento = 0.06, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 44 | - |
| CMYK | 0 | 0.06 | 0.8 | 0.14 |
| HSL | 55.23º | 0.72% | 0.52% | - |
| HSV(B) | 55.23º | 0.8% | 0.86% | - |
| XYZ | 52.04 | 59.54 | 11.13 | - |
| YUV | 191.72 | 44.64 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 44 | 0 | 0.06 | 0.8 | 0.14 | 55.23 | 0.72 | 0.52 |
| Hex | DC | CE | 2C | 0 | 6 | 50 | E | 37 | 48 | 34 |
| Octal | 334 | 316 | 54 | 0 | 6 | 120 | 16 | 67 | 110 | 64 |
| Binary | 11011100 | 11001110 | 101100 | 0 | 110 | 1010000 | 1110 | 110111 | 1001000 | 110100 |
Color Harmonies of #DCCE2C
Complementary color
Monochromatic Colors of #DCCE2C
Black with #DCCE2C
Text Example
Text Example
White with #DCCE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE2C; }
p { color: rgb(220,206,44); }
H1.HeaderClassName
{
color: #DCCE2C;
}
.AnyTagClassName
{
color: #DCCE2C;
}
</style>
background-color css
<style>
a { background-color: #DCCE2C; }
a { background-color: rgb(220,206,44); }
div.DivClassName
{
background-color: #DCCE2C;
}
.BgClassName
{
background-color: #DCCE2C;
}
</style>
border-color css
<style>
span { border-color: #DCCE2C; }
span { border-color: rgb(220,206,44); }
td.TdClassName
{
border-color: #DCCE2C;
}
.TagClassName
{
border-color: #DCCE2C;
}
</style>