Shades of Barberry #DDD023
Tints of Barberry #DDD023
RGB
CMYK
RGB Variations
Color information
#DDD023 (or 0xDDD023) is known color: Barberry. HEX triplet: DD, D0 and 23. RGB value is (221,208,35). Sum of RGB (Red+Green+Blue) = 221+208+35=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD023 is #222FDC. Grayscale: #C0C0C0. Windows color (decimal): -2240477 or 2347229. OLE color: 2347229.
HSL color Cylindrical-coordinate representation of color #DDD023: hue angle of 55.81º 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 #DDD023 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 35 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.13 |
| HSL | 55.81º | 0.73% | 0.5% | - |
| HSV(B) | 55.81º | 0.84% | 0.87% | - |
| XYZ | 52.68 | 60.61 | 10.51 | - |
| YUV | 192.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 35 | 0 | 0.06 | 0.84 | 0.13 | 55.81 | 0.73 | 0.5 |
| Hex | DD | D0 | 23 | 0 | 6 | 54 | D | 38 | 49 | 32 |
| Octal | 335 | 320 | 43 | 0 | 6 | 124 | 15 | 70 | 111 | 62 |
| Binary | 11011101 | 11010000 | 100011 | 0 | 110 | 1010100 | 1101 | 111000 | 1001001 | 110010 |
Color Harmonies of #DDD023
Complementary color
Monochromatic Colors of #DDD023
Black with #DDD023
Text Example
Text Example
White with #DDD023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD023; }
p { color: rgb(221,208,35); }
H1.HeaderClassName
{
color: #DDD023;
}
.AnyTagClassName
{
color: #DDD023;
}
</style>
background-color css
<style>
a { background-color: #DDD023; }
a { background-color: rgb(221,208,35); }
div.DivClassName
{
background-color: #DDD023;
}
.BgClassName
{
background-color: #DDD023;
}
</style>
border-color css
<style>
span { border-color: #DDD023; }
span { border-color: rgb(221,208,35); }
td.TdClassName
{
border-color: #DDD023;
}
.TagClassName
{
border-color: #DDD023;
}
</style>