Shades of Barberry #DCCE23
Tints of Barberry #DCCE23
RGB
CMYK
RGB Variations
Color information
#DCCE23 (or 0xDCCE23) is known color: Barberry. HEX triplet: DC, CE and 23. RGB value is (220,206,35). Sum of RGB (Red+Green+Blue) = 220+206+35=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 35 (14.06% from 255 or 7.59% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE23 is #2331DC. Grayscale: #BFBFBF. Windows color (decimal): -2306525 or 2346716. OLE color: 2346716.
HSL color Cylindrical-coordinate representation of color #DCCE23: hue angle of 55.46º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCCE23 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 35 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.14 |
| HSL | 55.46º | 0.73% | 0.5% | - |
| HSV(B) | 55.46º | 0.84% | 0.86% | - |
| XYZ | 51.89 | 59.48 | 10.34 | - |
| YUV | 190.69 | 40.14 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 35 | 0 | 0.06 | 0.84 | 0.14 | 55.46 | 0.73 | 0.5 |
| Hex | DC | CE | 23 | 0 | 6 | 54 | E | 37 | 49 | 32 |
| Octal | 334 | 316 | 43 | 0 | 6 | 124 | 16 | 67 | 111 | 62 |
| Binary | 11011100 | 11001110 | 100011 | 0 | 110 | 1010100 | 1110 | 110111 | 1001001 | 110010 |
Color Harmonies of #DCCE23
Complementary color
Monochromatic Colors of #DCCE23
Black with #DCCE23
Text Example
Text Example
White with #DCCE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE23; }
p { color: rgb(220,206,35); }
H1.HeaderClassName
{
color: #DCCE23;
}
.AnyTagClassName
{
color: #DCCE23;
}
</style>
background-color css
<style>
a { background-color: #DCCE23; }
a { background-color: rgb(220,206,35); }
div.DivClassName
{
background-color: #DCCE23;
}
.BgClassName
{
background-color: #DCCE23;
}
</style>
border-color css
<style>
span { border-color: #DCCE23; }
span { border-color: rgb(220,206,35); }
td.TdClassName
{
border-color: #DCCE23;
}
.TagClassName
{
border-color: #DCCE23;
}
</style>