Shades of Barberry #DDCD21
Tints of Barberry #DDCD21
RGB
CMYK
RGB Variations
Color information
#DDCD21 (or 0xDDCD21) is known color: Barberry. HEX triplet: DD, CD and 21. RGB value is (221,205,33). Sum of RGB (Red+Green+Blue) = 221+205+33=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 33 (13.28% from 255 or 7.19% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD21 is #2232DE. Grayscale: #BEBEBE. Windows color (decimal): -2241247 or 2215389. OLE color: 2215389.
HSL color Cylindrical-coordinate representation of color #DDCD21: hue angle of 54.89º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDCD21 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 33 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.13 |
| HSL | 54.89º | 0.74% | 0.5% | - |
| HSV(B) | 54.89º | 0.85% | 0.87% | - |
| XYZ | 51.92 | 59.14 | 10.12 | - |
| YUV | 190.18 | 39.3 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 33 | 0 | 0.07 | 0.85 | 0.13 | 54.89 | 0.74 | 0.5 |
| Hex | DD | CD | 21 | 0 | 7 | 55 | D | 37 | 4A | 32 |
| Octal | 335 | 315 | 41 | 0 | 7 | 125 | 15 | 67 | 112 | 62 |
| Binary | 11011101 | 11001101 | 100001 | 0 | 111 | 1010101 | 1101 | 110111 | 1001010 | 110010 |
Color Harmonies of #DDCD21
Complementary color
Monochromatic Colors of #DDCD21
Black with #DDCD21
Text Example
Text Example
White with #DDCD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD21; }
p { color: rgb(221,205,33); }
H1.HeaderClassName
{
color: #DDCD21;
}
.AnyTagClassName
{
color: #DDCD21;
}
</style>
background-color css
<style>
a { background-color: #DDCD21; }
a { background-color: rgb(221,205,33); }
div.DivClassName
{
background-color: #DDCD21;
}
.BgClassName
{
background-color: #DDCD21;
}
</style>
border-color css
<style>
span { border-color: #DDCD21; }
span { border-color: rgb(221,205,33); }
td.TdClassName
{
border-color: #DDCD21;
}
.TagClassName
{
border-color: #DDCD21;
}
</style>