Shades of Barberry #DDD720
Tints of Barberry #DDD720
RGB
CMYK
RGB Variations
Color information
#DDD720 (or 0xDDD720) is known color: Barberry. HEX triplet: DD, D7 and 20. RGB value is (221,215,32). Sum of RGB (Red+Green+Blue) = 221+215+32=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD720 is #2228DF. Grayscale: #C4C4C4. Windows color (decimal): -2238688 or 2152413. OLE color: 2152413.
HSL color Cylindrical-coordinate representation of color #DDD720: hue angle of 58.1º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDD720 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 32 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.13 |
| HSL | 58.1º | 0.75% | 0.5% | - |
| HSV(B) | 58.1º | 0.86% | 0.87% | - |
| XYZ | 54.38 | 64.08 | 10.87 | - |
| YUV | 195.93 | 35.49 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 32 | 0 | 0.03 | 0.86 | 0.13 | 58.1 | 0.75 | 0.5 |
| Hex | DD | D7 | 20 | 0 | 3 | 56 | D | 3A | 4B | 32 |
| Octal | 335 | 327 | 40 | 0 | 3 | 126 | 15 | 72 | 113 | 62 |
| Binary | 11011101 | 11010111 | 100000 | 0 | 11 | 1010110 | 1101 | 111010 | 1001011 | 110010 |
Color Harmonies of #DDD720
Complementary color
Monochromatic Colors of #DDD720
Black with #DDD720
Text Example
Text Example
White with #DDD720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD720; }
p { color: rgb(221,215,32); }
H1.HeaderClassName
{
color: #DDD720;
}
.AnyTagClassName
{
color: #DDD720;
}
</style>
background-color css
<style>
a { background-color: #DDD720; }
a { background-color: rgb(221,215,32); }
div.DivClassName
{
background-color: #DDD720;
}
.BgClassName
{
background-color: #DDD720;
}
</style>
border-color css
<style>
span { border-color: #DDD720; }
span { border-color: rgb(221,215,32); }
td.TdClassName
{
border-color: #DDD720;
}
.TagClassName
{
border-color: #DDD720;
}
</style>