Shades of Barberry #DDD018
Tints of Barberry #DDD018
RGB
CMYK
RGB Variations
Color information
#DDD018 (or 0xDDD018) is known color: Barberry. HEX triplet: DD, D0 and 18. RGB value is (221,208,24). Sum of RGB (Red+Green+Blue) = 221+208+24=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 24 (9.77% from 255 or 5.30% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD018 is #222FE7. Grayscale: #BFBFBF. Windows color (decimal): -2240488 or 1626333. OLE color: 1626333.
HSL color Cylindrical-coordinate representation of color #DDD018: hue angle of 56.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDD018 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 24 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.13 |
| HSL | 56.04º | 0.8% | 0.48% | - |
| HSV(B) | 56.04º | 0.89% | 0.87% | - |
| XYZ | 52.54 | 60.55 | 9.78 | - |
| YUV | 190.91 | 33.81 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 24 | 0 | 0.06 | 0.89 | 0.13 | 56.04 | 0.8 | 0.48 |
| Hex | DD | D0 | 18 | 0 | 6 | 59 | D | 38 | 50 | 30 |
| Octal | 335 | 320 | 30 | 0 | 6 | 131 | 15 | 70 | 120 | 60 |
| Binary | 11011101 | 11010000 | 11000 | 0 | 110 | 1011001 | 1101 | 111000 | 1010000 | 110000 |
Color Harmonies of #DDD018
Complementary color
Monochromatic Colors of #DDD018
Black with #DDD018
Text Example
Text Example
White with #DDD018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD018; }
p { color: rgb(221,208,24); }
H1.HeaderClassName
{
color: #DDD018;
}
.AnyTagClassName
{
color: #DDD018;
}
</style>
background-color css
<style>
a { background-color: #DDD018; }
a { background-color: rgb(221,208,24); }
div.DivClassName
{
background-color: #DDD018;
}
.BgClassName
{
background-color: #DDD018;
}
</style>
border-color css
<style>
span { border-color: #DDD018; }
span { border-color: rgb(221,208,24); }
td.TdClassName
{
border-color: #DDD018;
}
.TagClassName
{
border-color: #DDD018;
}
</style>