Shades of Barberry #DDCD29
Tints of Barberry #DDCD29
RGB
CMYK
RGB Variations
Color information
#DDCD29 (or 0xDDCD29) is known color: Barberry. HEX triplet: DD, CD and 29. RGB value is (221,205,41). Sum of RGB (Red+Green+Blue) = 221+205+41=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 41 (16.41% from 255 or 8.78% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD29 is #2232D6. Grayscale: #BFBFBF. Windows color (decimal): -2241239 or 2739677. OLE color: 2739677.
HSL color Cylindrical-coordinate representation of color #DDCD29: hue angle of 54.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDCD29 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 41 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.13 |
| HSL | 54.67º | 0.73% | 0.51% | - |
| HSV(B) | 54.67º | 0.81% | 0.87% | - |
| XYZ | 52.05 | 59.19 | 10.78 | - |
| YUV | 191.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 41 | 0 | 0.07 | 0.81 | 0.13 | 54.67 | 0.73 | 0.51 |
| Hex | DD | CD | 29 | 0 | 7 | 51 | D | 37 | 49 | 33 |
| Octal | 335 | 315 | 51 | 0 | 7 | 121 | 15 | 67 | 111 | 63 |
| Binary | 11011101 | 11001101 | 101001 | 0 | 111 | 1010001 | 1101 | 110111 | 1001001 | 110011 |
Color Harmonies of #DDCD29
Complementary color
Monochromatic Colors of #DDCD29
Black with #DDCD29
Text Example
Text Example
White with #DDCD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD29; }
p { color: rgb(221,205,41); }
H1.HeaderClassName
{
color: #DDCD29;
}
.AnyTagClassName
{
color: #DDCD29;
}
</style>
background-color css
<style>
a { background-color: #DDCD29; }
a { background-color: rgb(221,205,41); }
div.DivClassName
{
background-color: #DDCD29;
}
.BgClassName
{
background-color: #DDCD29;
}
</style>
border-color css
<style>
span { border-color: #DDCD29; }
span { border-color: rgb(221,205,41); }
td.TdClassName
{
border-color: #DDCD29;
}
.TagClassName
{
border-color: #DDCD29;
}
</style>