Shades of Barberry #DDD21D
Tints of Barberry #DDD21D
RGB
CMYK
RGB Variations
Color information
#DDD21D (or 0xDDD21D) is known color: Barberry. HEX triplet: DD, D2 and 1D. RGB value is (221,210,29). Sum of RGB (Red+Green+Blue) = 221+210+29=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD21D is #222DE2. Grayscale: #C1C1C1. Windows color (decimal): -2239971 or 1954525. OLE color: 1954525.
HSL color Cylindrical-coordinate representation of color #DDD21D: hue angle of 56.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDD21D is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 29 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.13 |
| HSL | 56.56º | 0.77% | 0.49% | - |
| HSV(B) | 56.56º | 0.87% | 0.87% | - |
| XYZ | 53.09 | 61.55 | 10.25 | - |
| YUV | 192.66 | 35.64 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 29 | 0 | 0.05 | 0.87 | 0.13 | 56.56 | 0.77 | 0.49 |
| Hex | DD | D2 | 1D | 0 | 5 | 57 | D | 39 | 4D | 31 |
| Octal | 335 | 322 | 35 | 0 | 5 | 127 | 15 | 71 | 115 | 61 |
| Binary | 11011101 | 11010010 | 11101 | 0 | 101 | 1010111 | 1101 | 111001 | 1001101 | 110001 |
Color Harmonies of #DDD21D
Complementary color
Monochromatic Colors of #DDD21D
Black with #DDD21D
Text Example
Text Example
White with #DDD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD21D; }
p { color: rgb(221,210,29); }
H1.HeaderClassName
{
color: #DDD21D;
}
.AnyTagClassName
{
color: #DDD21D;
}
</style>
background-color css
<style>
a { background-color: #DDD21D; }
a { background-color: rgb(221,210,29); }
div.DivClassName
{
background-color: #DDD21D;
}
.BgClassName
{
background-color: #DDD21D;
}
</style>
border-color css
<style>
span { border-color: #DDD21D; }
span { border-color: rgb(221,210,29); }
td.TdClassName
{
border-color: #DDD21D;
}
.TagClassName
{
border-color: #DDD21D;
}
</style>