Shades of Barberry #DDC52B
Tints of Barberry #DDC52B
RGB
CMYK
RGB Variations
Color information
#DDC52B (or 0xDDC52B) is known color: Barberry. HEX triplet: DD, C5 and 2B. RGB value is (221,197,43). Sum of RGB (Red+Green+Blue) = 221+197+43=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC52B is #223AD4. Grayscale: #BBBBBB. Windows color (decimal): -2243285 or 2868701. OLE color: 2868701.
HSL color Cylindrical-coordinate representation of color #DDC52B: hue angle of 51.91º 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 #DDC52B is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 43 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.13 |
| HSL | 51.91º | 0.72% | 0.52% | - |
| HSV(B) | 51.91º | 0.81% | 0.87% | - |
| XYZ | 50.22 | 55.48 | 10.35 | - |
| YUV | 186.62 | 46.95 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 43 | 0 | 0.11 | 0.81 | 0.13 | 51.91 | 0.72 | 0.52 |
| Hex | DD | C5 | 2B | 0 | B | 51 | D | 34 | 48 | 34 |
| Octal | 335 | 305 | 53 | 0 | 13 | 121 | 15 | 64 | 110 | 64 |
| Binary | 11011101 | 11000101 | 101011 | 0 | 1011 | 1010001 | 1101 | 110100 | 1001000 | 110100 |
Color Harmonies of #DDC52B
Complementary color
Monochromatic Colors of #DDC52B
Black with #DDC52B
Text Example
Text Example
White with #DDC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC52B; }
p { color: rgb(221,197,43); }
H1.HeaderClassName
{
color: #DDC52B;
}
.AnyTagClassName
{
color: #DDC52B;
}
</style>
background-color css
<style>
a { background-color: #DDC52B; }
a { background-color: rgb(221,197,43); }
div.DivClassName
{
background-color: #DDC52B;
}
.BgClassName
{
background-color: #DDC52B;
}
</style>
border-color css
<style>
span { border-color: #DDC52B; }
span { border-color: rgb(221,197,43); }
td.TdClassName
{
border-color: #DDC52B;
}
.TagClassName
{
border-color: #DDC52B;
}
</style>