Shades of Barberry #DDCA2C
Tints of Barberry #DDCA2C
RGB
CMYK
RGB Variations
Color information
#DDCA2C (or 0xDDCA2C) is known color: Barberry. HEX triplet: DD, CA and 2C. RGB value is (221,202,44). Sum of RGB (Red+Green+Blue) = 221+202+44=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA2C is #2235D3. Grayscale: #BEBEBE. Windows color (decimal): -2242004 or 2935517. OLE color: 2935517.
HSL color Cylindrical-coordinate representation of color #DDCA2C: hue angle of 53.56º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDCA2C is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 44 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.13 |
| HSL | 53.56º | 0.72% | 0.52% | - |
| HSV(B) | 53.56º | 0.8% | 0.87% | - |
| XYZ | 51.39 | 57.8 | 10.83 | - |
| YUV | 189.67 | 45.79 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 44 | 0 | 0.09 | 0.80 | 0.13 | 53.56 | 0.72 | 0.52 |
| Hex | DD | CA | 2C | 0 | 9 | 50 | D | 36 | 48 | 34 |
| Octal | 335 | 312 | 54 | 0 | 11 | 120 | 15 | 66 | 110 | 64 |
| Binary | 11011101 | 11001010 | 101100 | 0 | 1001 | 1010000 | 1101 | 110110 | 1001000 | 110100 |
Color Harmonies of #DDCA2C
Complementary color
Monochromatic Colors of #DDCA2C
Black with #DDCA2C
Text Example
Text Example
White with #DDCA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA2C; }
p { color: rgb(221,202,44); }
H1.HeaderClassName
{
color: #DDCA2C;
}
.AnyTagClassName
{
color: #DDCA2C;
}
</style>
background-color css
<style>
a { background-color: #DDCA2C; }
a { background-color: rgb(221,202,44); }
div.DivClassName
{
background-color: #DDCA2C;
}
.BgClassName
{
background-color: #DDCA2C;
}
</style>
border-color css
<style>
span { border-color: #DDCA2C; }
span { border-color: rgb(221,202,44); }
td.TdClassName
{
border-color: #DDCA2C;
}
.TagClassName
{
border-color: #DDCA2C;
}
</style>