Shades of Barberry #DDC824
Tints of Barberry #DDC824
RGB
CMYK
RGB Variations
Color information
#DDC824 (or 0xDDC824) is known color: Barberry. HEX triplet: DD, C8 and 24. RGB value is (221,200,36). Sum of RGB (Red+Green+Blue) = 221+200+36=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 36 (14.45% from 255 or 7.88% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC824 is #2237DB. Grayscale: #BCBCBC. Windows color (decimal): -2242524 or 2410717. OLE color: 2410717.
HSL color Cylindrical-coordinate representation of color #DDC824: hue angle of 53.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDC824 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 36 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.13 |
| HSL | 53.19º | 0.73% | 0.5% | - |
| HSV(B) | 53.19º | 0.84% | 0.87% | - |
| XYZ | 50.79 | 56.81 | 9.96 | - |
| YUV | 187.58 | 42.46 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 36 | 0 | 0.10 | 0.84 | 0.13 | 53.19 | 0.73 | 0.5 |
| Hex | DD | C8 | 24 | 0 | A | 54 | D | 35 | 49 | 32 |
| Octal | 335 | 310 | 44 | 0 | 12 | 124 | 15 | 65 | 111 | 62 |
| Binary | 11011101 | 11001000 | 100100 | 0 | 1010 | 1010100 | 1101 | 110101 | 1001001 | 110010 |
Color Harmonies of #DDC824
Complementary color
Monochromatic Colors of #DDC824
Black with #DDC824
Text Example
Text Example
White with #DDC824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC824; }
p { color: rgb(221,200,36); }
H1.HeaderClassName
{
color: #DDC824;
}
.AnyTagClassName
{
color: #DDC824;
}
</style>
background-color css
<style>
a { background-color: #DDC824; }
a { background-color: rgb(221,200,36); }
div.DivClassName
{
background-color: #DDC824;
}
.BgClassName
{
background-color: #DDC824;
}
</style>
border-color css
<style>
span { border-color: #DDC824; }
span { border-color: rgb(221,200,36); }
td.TdClassName
{
border-color: #DDC824;
}
.TagClassName
{
border-color: #DDC824;
}
</style>