Shades of Barberry #DDCD2A
Tints of Barberry #DDCD2A
RGB
CMYK
RGB Variations
Color information
#DDCD2A (or 0xDDCD2A) is known color: Barberry. HEX triplet: DD, CD and 2A. RGB value is (221,205,42). Sum of RGB (Red+Green+Blue) = 221+205+42=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD2A is #2232D5. Grayscale: #BFBFBF. Windows color (decimal): -2241238 or 2805213. OLE color: 2805213.
HSL color Cylindrical-coordinate representation of color #DDCD2A: hue angle of 54.64º 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 #DDCD2A is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 42 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.13 |
| HSL | 54.64º | 0.72% | 0.52% | - |
| HSV(B) | 54.64º | 0.81% | 0.87% | - |
| XYZ | 52.07 | 59.2 | 10.87 | - |
| YUV | 191.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 42 | 0 | 0.07 | 0.81 | 0.13 | 54.64 | 0.72 | 0.52 |
| Hex | DD | CD | 2A | 0 | 7 | 51 | D | 37 | 48 | 34 |
| Octal | 335 | 315 | 52 | 0 | 7 | 121 | 15 | 67 | 110 | 64 |
| Binary | 11011101 | 11001101 | 101010 | 0 | 111 | 1010001 | 1101 | 110111 | 1001000 | 110100 |
Color Harmonies of #DDCD2A
Complementary color
Monochromatic Colors of #DDCD2A
Black with #DDCD2A
Text Example
Text Example
White with #DDCD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD2A; }
p { color: rgb(221,205,42); }
H1.HeaderClassName
{
color: #DDCD2A;
}
.AnyTagClassName
{
color: #DDCD2A;
}
</style>
background-color css
<style>
a { background-color: #DDCD2A; }
a { background-color: rgb(221,205,42); }
div.DivClassName
{
background-color: #DDCD2A;
}
.BgClassName
{
background-color: #DDCD2A;
}
</style>
border-color css
<style>
span { border-color: #DDCD2A; }
span { border-color: rgb(221,205,42); }
td.TdClassName
{
border-color: #DDCD2A;
}
.TagClassName
{
border-color: #DDCD2A;
}
</style>