Shades of Barberry #DCCE28
Tints of Barberry #DCCE28
RGB
CMYK
RGB Variations
Color information
#DCCE28 (or 0xDCCE28) is known color: Barberry. HEX triplet: DC, CE and 28. RGB value is (220,206,40). Sum of RGB (Red+Green+Blue) = 220+206+40=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 40 (16.02% from 255 or 8.58% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE28 is #2331D7. Grayscale: #BFBFBF. Windows color (decimal): -2306520 or 2674396. OLE color: 2674396.
HSL color Cylindrical-coordinate representation of color #DCCE28: hue angle of 55.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCCE28 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 40 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.14 |
| HSL | 55.33º | 0.72% | 0.51% | - |
| HSV(B) | 55.33º | 0.82% | 0.86% | - |
| XYZ | 51.97 | 59.51 | 10.76 | - |
| YUV | 191.26 | 42.64 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 40 | 0 | 0.06 | 0.82 | 0.14 | 55.33 | 0.72 | 0.51 |
| Hex | DC | CE | 28 | 0 | 6 | 52 | E | 37 | 48 | 33 |
| Octal | 334 | 316 | 50 | 0 | 6 | 122 | 16 | 67 | 110 | 63 |
| Binary | 11011100 | 11001110 | 101000 | 0 | 110 | 1010010 | 1110 | 110111 | 1001000 | 110011 |
Color Harmonies of #DCCE28
Complementary color
Monochromatic Colors of #DCCE28
Black with #DCCE28
Text Example
Text Example
White with #DCCE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE28; }
p { color: rgb(220,206,40); }
H1.HeaderClassName
{
color: #DCCE28;
}
.AnyTagClassName
{
color: #DCCE28;
}
</style>
background-color css
<style>
a { background-color: #DCCE28; }
a { background-color: rgb(220,206,40); }
div.DivClassName
{
background-color: #DCCE28;
}
.BgClassName
{
background-color: #DCCE28;
}
</style>
border-color css
<style>
span { border-color: #DCCE28; }
span { border-color: rgb(220,206,40); }
td.TdClassName
{
border-color: #DCCE28;
}
.TagClassName
{
border-color: #DCCE28;
}
</style>