Shades of Barberry #DDC82B
Tints of Barberry #DDC82B
RGB
CMYK
RGB Variations
Color information
#DDC82B (or 0xDDC82B) is known color: Barberry. HEX triplet: DD, C8 and 2B. RGB value is (221,200,43). Sum of RGB (Red+Green+Blue) = 221+200+43=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC82B is #2237D4. Grayscale: #BDBDBD. Windows color (decimal): -2242517 or 2869469. OLE color: 2869469.
HSL color Cylindrical-coordinate representation of color #DDC82B: hue angle of 52.92º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDC82B is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 43 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.13 |
| HSL | 52.92º | 0.72% | 0.52% | - |
| HSV(B) | 52.92º | 0.81% | 0.87% | - |
| XYZ | 50.91 | 56.86 | 10.58 | - |
| YUV | 188.38 | 45.96 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 43 | 0 | 0.10 | 0.81 | 0.13 | 52.92 | 0.72 | 0.52 |
| Hex | DD | C8 | 2B | 0 | A | 51 | D | 35 | 48 | 34 |
| Octal | 335 | 310 | 53 | 0 | 12 | 121 | 15 | 65 | 110 | 64 |
| Binary | 11011101 | 11001000 | 101011 | 0 | 1010 | 1010001 | 1101 | 110101 | 1001000 | 110100 |
Color Harmonies of #DDC82B
Complementary color
Monochromatic Colors of #DDC82B
Black with #DDC82B
Text Example
Text Example
White with #DDC82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC82B; }
p { color: rgb(221,200,43); }
H1.HeaderClassName
{
color: #DDC82B;
}
.AnyTagClassName
{
color: #DDC82B;
}
</style>
background-color css
<style>
a { background-color: #DDC82B; }
a { background-color: rgb(221,200,43); }
div.DivClassName
{
background-color: #DDC82B;
}
.BgClassName
{
background-color: #DDC82B;
}
</style>
border-color css
<style>
span { border-color: #DDC82B; }
span { border-color: rgb(221,200,43); }
td.TdClassName
{
border-color: #DDC82B;
}
.TagClassName
{
border-color: #DDC82B;
}
</style>