Shades of Barberry #DDCB23
Tints of Barberry #DDCB23
RGB
CMYK
RGB Variations
Color information
#DDCB23 (or 0xDDCB23) is known color: Barberry. HEX triplet: DD, CB and 23. RGB value is (221,203,35). Sum of RGB (Red+Green+Blue) = 221+203+35=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 35 (14.06% from 255 or 7.63% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB23 is #2234DC. Grayscale: #BDBDBD. Windows color (decimal): -2241757 or 2345949. OLE color: 2345949.
HSL color Cylindrical-coordinate representation of color #DDCB23: hue angle of 54.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDCB23 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 35 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.13 |
| HSL | 54.19º | 0.73% | 0.5% | - |
| HSV(B) | 54.19º | 0.84% | 0.87% | - |
| XYZ | 51.48 | 58.21 | 10.11 | - |
| YUV | 189.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 35 | 0 | 0.08 | 0.84 | 0.13 | 54.19 | 0.73 | 0.5 |
| Hex | DD | CB | 23 | 0 | 8 | 54 | D | 36 | 49 | 32 |
| Octal | 335 | 313 | 43 | 0 | 10 | 124 | 15 | 66 | 111 | 62 |
| Binary | 11011101 | 11001011 | 100011 | 0 | 1000 | 1010100 | 1101 | 110110 | 1001001 | 110010 |
Color Harmonies of #DDCB23
Complementary color
Monochromatic Colors of #DDCB23
Black with #DDCB23
Text Example
Text Example
White with #DDCB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB23; }
p { color: rgb(221,203,35); }
H1.HeaderClassName
{
color: #DDCB23;
}
.AnyTagClassName
{
color: #DDCB23;
}
</style>
background-color css
<style>
a { background-color: #DDCB23; }
a { background-color: rgb(221,203,35); }
div.DivClassName
{
background-color: #DDCB23;
}
.BgClassName
{
background-color: #DDCB23;
}
</style>
border-color css
<style>
span { border-color: #DDCB23; }
span { border-color: rgb(221,203,35); }
td.TdClassName
{
border-color: #DDCB23;
}
.TagClassName
{
border-color: #DDCB23;
}
</style>