Shades of Barberry #DDCB20
Tints of Barberry #DDCB20
RGB
CMYK
RGB Variations
Color information
#DDCB20 (or 0xDDCB20) is known color: Barberry. HEX triplet: DD, CB and 20. RGB value is (221,203,32). Sum of RGB (Red+Green+Blue) = 221+203+32=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB20 is #2234DF. Grayscale: #BDBDBD. Windows color (decimal): -2241760 or 2149341. OLE color: 2149341.
HSL color Cylindrical-coordinate representation of color #DDCB20: hue angle of 54.29º 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 #DDCB20 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 32 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.13 |
| HSL | 54.29º | 0.75% | 0.5% | - |
| HSV(B) | 54.29º | 0.86% | 0.87% | - |
| XYZ | 51.44 | 58.19 | 9.89 | - |
| YUV | 188.89 | 39.46 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 32 | 0 | 0.08 | 0.86 | 0.13 | 54.29 | 0.75 | 0.5 |
| Hex | DD | CB | 20 | 0 | 8 | 56 | D | 36 | 4B | 32 |
| Octal | 335 | 313 | 40 | 0 | 10 | 126 | 15 | 66 | 113 | 62 |
| Binary | 11011101 | 11001011 | 100000 | 0 | 1000 | 1010110 | 1101 | 110110 | 1001011 | 110010 |
Color Harmonies of #DDCB20
Complementary color
Monochromatic Colors of #DDCB20
Black with #DDCB20
Text Example
Text Example
White with #DDCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB20; }
p { color: rgb(221,203,32); }
H1.HeaderClassName
{
color: #DDCB20;
}
.AnyTagClassName
{
color: #DDCB20;
}
</style>
background-color css
<style>
a { background-color: #DDCB20; }
a { background-color: rgb(221,203,32); }
div.DivClassName
{
background-color: #DDCB20;
}
.BgClassName
{
background-color: #DDCB20;
}
</style>
border-color css
<style>
span { border-color: #DDCB20; }
span { border-color: rgb(221,203,32); }
td.TdClassName
{
border-color: #DDCB20;
}
.TagClassName
{
border-color: #DDCB20;
}
</style>