Shades of Barberry #DDCB21
Tints of Barberry #DDCB21
RGB
CMYK
RGB Variations
Color information
#DDCB21 (or 0xDDCB21) is known color: Barberry. HEX triplet: DD, CB and 21. RGB value is (221,203,33). Sum of RGB (Red+Green+Blue) = 221+203+33=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 33 (13.28% from 255 or 7.22% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB21 is #2234DE. Grayscale: #BDBDBD. Windows color (decimal): -2241759 or 2214877. OLE color: 2214877.
HSL color Cylindrical-coordinate representation of color #DDCB21: hue angle of 54.26º 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 #DDCB21 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 33 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.13 |
| HSL | 54.26º | 0.74% | 0.5% | - |
| HSV(B) | 54.26º | 0.85% | 0.87% | - |
| XYZ | 51.45 | 58.19 | 9.96 | - |
| YUV | 189 | 39.96 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 33 | 0 | 0.08 | 0.85 | 0.13 | 54.26 | 0.74 | 0.5 |
| Hex | DD | CB | 21 | 0 | 8 | 55 | D | 36 | 4A | 32 |
| Octal | 335 | 313 | 41 | 0 | 10 | 125 | 15 | 66 | 112 | 62 |
| Binary | 11011101 | 11001011 | 100001 | 0 | 1000 | 1010101 | 1101 | 110110 | 1001010 | 110010 |
Color Harmonies of #DDCB21
Complementary color
Monochromatic Colors of #DDCB21
Black with #DDCB21
Text Example
Text Example
White with #DDCB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB21; }
p { color: rgb(221,203,33); }
H1.HeaderClassName
{
color: #DDCB21;
}
.AnyTagClassName
{
color: #DDCB21;
}
</style>
background-color css
<style>
a { background-color: #DDCB21; }
a { background-color: rgb(221,203,33); }
div.DivClassName
{
background-color: #DDCB21;
}
.BgClassName
{
background-color: #DDCB21;
}
</style>
border-color css
<style>
span { border-color: #DDCB21; }
span { border-color: rgb(221,203,33); }
td.TdClassName
{
border-color: #DDCB21;
}
.TagClassName
{
border-color: #DDCB21;
}
</style>