Shades of Barberry #DDC52D
Tints of Barberry #DDC52D
RGB
CMYK
RGB Variations
Color information
#DDC52D (or 0xDDC52D) is known color: Barberry. HEX triplet: DD, C5 and 2D. RGB value is (221,197,45). Sum of RGB (Red+Green+Blue) = 221+197+45=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC52D is #223AD2. Grayscale: #BBBBBB. Windows color (decimal): -2243283 or 2999773. OLE color: 2999773.
HSL color Cylindrical-coordinate representation of color #DDC52D: hue angle of 51.82º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDC52D is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 45 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.13 |
| HSL | 51.82º | 0.72% | 0.52% | - |
| HSV(B) | 51.82º | 0.8% | 0.87% | - |
| XYZ | 50.26 | 55.49 | 10.55 | - |
| YUV | 186.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 45 | 0 | 0.11 | 0.80 | 0.13 | 51.82 | 0.72 | 0.52 |
| Hex | DD | C5 | 2D | 0 | B | 50 | D | 34 | 48 | 34 |
| Octal | 335 | 305 | 55 | 0 | 13 | 120 | 15 | 64 | 110 | 64 |
| Binary | 11011101 | 11000101 | 101101 | 0 | 1011 | 1010000 | 1101 | 110100 | 1001000 | 110100 |
Color Harmonies of #DDC52D
Complementary color
Monochromatic Colors of #DDC52D
Black with #DDC52D
Text Example
Text Example
White with #DDC52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC52D; }
p { color: rgb(221,197,45); }
H1.HeaderClassName
{
color: #DDC52D;
}
.AnyTagClassName
{
color: #DDC52D;
}
</style>
background-color css
<style>
a { background-color: #DDC52D; }
a { background-color: rgb(221,197,45); }
div.DivClassName
{
background-color: #DDC52D;
}
.BgClassName
{
background-color: #DDC52D;
}
</style>
border-color css
<style>
span { border-color: #DDC52D; }
span { border-color: rgb(221,197,45); }
td.TdClassName
{
border-color: #DDC52D;
}
.TagClassName
{
border-color: #DDC52D;
}
</style>