Shades of Barberry #DDC829
Tints of Barberry #DDC829
RGB
CMYK
RGB Variations
Color information
#DDC829 (or 0xDDC829) is known color: Barberry. HEX triplet: DD, C8 and 29. RGB value is (221,200,41). Sum of RGB (Red+Green+Blue) = 221+200+41=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC829 is #2237D6. Grayscale: #BCBCBC. Windows color (decimal): -2242519 or 2738397. OLE color: 2738397.
HSL color Cylindrical-coordinate representation of color #DDC829: hue angle of 53º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDC829 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 41 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.13 |
| HSL | 53º | 0.73% | 0.51% | - |
| HSV(B) | 53º | 0.81% | 0.87% | - |
| XYZ | 50.87 | 56.84 | 10.39 | - |
| YUV | 188.15 | 44.96 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 41 | 0 | 0.10 | 0.81 | 0.13 | 53 | 0.73 | 0.51 |
| Hex | DD | C8 | 29 | 0 | A | 51 | D | 35 | 49 | 33 |
| Octal | 335 | 310 | 51 | 0 | 12 | 121 | 15 | 65 | 111 | 63 |
| Binary | 11011101 | 11001000 | 101001 | 0 | 1010 | 1010001 | 1101 | 110101 | 1001001 | 110011 |
Color Harmonies of #DDC829
Complementary color
Monochromatic Colors of #DDC829
Black with #DDC829
Text Example
Text Example
White with #DDC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC829; }
p { color: rgb(221,200,41); }
H1.HeaderClassName
{
color: #DDC829;
}
.AnyTagClassName
{
color: #DDC829;
}
</style>
background-color css
<style>
a { background-color: #DDC829; }
a { background-color: rgb(221,200,41); }
div.DivClassName
{
background-color: #DDC829;
}
.BgClassName
{
background-color: #DDC829;
}
</style>
border-color css
<style>
span { border-color: #DDC829; }
span { border-color: rgb(221,200,41); }
td.TdClassName
{
border-color: #DDC829;
}
.TagClassName
{
border-color: #DDC829;
}
</style>