Shades of Barberry #DDC72A
Tints of Barberry #DDC72A
RGB
CMYK
RGB Variations
Color information
#DDC72A (or 0xDDC72A) is known color: Barberry. HEX triplet: DD, C7 and 2A. RGB value is (221,199,42). Sum of RGB (Red+Green+Blue) = 221+199+42=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC72A is #2238D5. Grayscale: #BCBCBC. Windows color (decimal): -2242774 or 2803677. OLE color: 2803677.
HSL color Cylindrical-coordinate representation of color #DDC72A: hue angle of 52.63º 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 #DDC72A is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 42 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.13 |
| HSL | 52.63º | 0.72% | 0.52% | - |
| HSV(B) | 52.63º | 0.81% | 0.87% | - |
| XYZ | 50.66 | 56.39 | 10.4 | - |
| YUV | 187.68 | 45.79 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 42 | 0 | 0.10 | 0.81 | 0.13 | 52.63 | 0.72 | 0.52 |
| Hex | DD | C7 | 2A | 0 | A | 51 | D | 35 | 48 | 34 |
| Octal | 335 | 307 | 52 | 0 | 12 | 121 | 15 | 65 | 110 | 64 |
| Binary | 11011101 | 11000111 | 101010 | 0 | 1010 | 1010001 | 1101 | 110101 | 1001000 | 110100 |
Color Harmonies of #DDC72A
Complementary color
Monochromatic Colors of #DDC72A
Black with #DDC72A
Text Example
Text Example
White with #DDC72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC72A; }
p { color: rgb(221,199,42); }
H1.HeaderClassName
{
color: #DDC72A;
}
.AnyTagClassName
{
color: #DDC72A;
}
</style>
background-color css
<style>
a { background-color: #DDC72A; }
a { background-color: rgb(221,199,42); }
div.DivClassName
{
background-color: #DDC72A;
}
.BgClassName
{
background-color: #DDC72A;
}
</style>
border-color css
<style>
span { border-color: #DDC72A; }
span { border-color: rgb(221,199,42); }
td.TdClassName
{
border-color: #DDC72A;
}
.TagClassName
{
border-color: #DDC72A;
}
</style>