Shades of Barberry #DDCE20
Tints of Barberry #DDCE20
RGB
CMYK
RGB Variations
Color information
#DDCE20 (or 0xDDCE20) is known color: Barberry. HEX triplet: DD, CE and 20. RGB value is (221,206,32). Sum of RGB (Red+Green+Blue) = 221+206+32=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE20 is #2231DF. Grayscale: #BFBFBF. Windows color (decimal): -2240992 or 2150109. OLE color: 2150109.
HSL color Cylindrical-coordinate representation of color #DDCE20: hue angle of 55.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDCE20 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 32 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.13 |
| HSL | 55.24º | 0.75% | 0.5% | - |
| HSV(B) | 55.24º | 0.86% | 0.87% | - |
| XYZ | 52.15 | 59.62 | 10.13 | - |
| YUV | 190.65 | 38.47 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 32 | 0 | 0.07 | 0.86 | 0.13 | 55.24 | 0.75 | 0.5 |
| Hex | DD | CE | 20 | 0 | 7 | 56 | D | 37 | 4B | 32 |
| Octal | 335 | 316 | 40 | 0 | 7 | 126 | 15 | 67 | 113 | 62 |
| Binary | 11011101 | 11001110 | 100000 | 0 | 111 | 1010110 | 1101 | 110111 | 1001011 | 110010 |
Color Harmonies of #DDCE20
Complementary color
Monochromatic Colors of #DDCE20
Black with #DDCE20
Text Example
Text Example
White with #DDCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE20; }
p { color: rgb(221,206,32); }
H1.HeaderClassName
{
color: #DDCE20;
}
.AnyTagClassName
{
color: #DDCE20;
}
</style>
background-color css
<style>
a { background-color: #DDCE20; }
a { background-color: rgb(221,206,32); }
div.DivClassName
{
background-color: #DDCE20;
}
.BgClassName
{
background-color: #DDCE20;
}
</style>
border-color css
<style>
span { border-color: #DDCE20; }
span { border-color: rgb(221,206,32); }
td.TdClassName
{
border-color: #DDCE20;
}
.TagClassName
{
border-color: #DDCE20;
}
</style>