Shades of Barberry #DDD418
Tints of Barberry #DDD418
RGB
CMYK
RGB Variations
Color information
#DDD418 (or 0xDDD418) is known color: Barberry. HEX triplet: DD, D4 and 18. RGB value is (221,212,24). Sum of RGB (Red+Green+Blue) = 221+212+24=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 24 (9.77% from 255 or 5.25% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD418 is #222BE7. Grayscale: #C2C2C2. Windows color (decimal): -2239464 or 1627357. OLE color: 1627357.
HSL color Cylindrical-coordinate representation of color #DDD418: hue angle of 57.26º 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 #DDD418 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 24 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.13 |
| HSL | 57.26º | 0.8% | 0.48% | - |
| HSV(B) | 57.26º | 0.89% | 0.87% | - |
| XYZ | 53.53 | 62.53 | 10.11 | - |
| YUV | 193.26 | 32.48 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 24 | 0 | 0.04 | 0.89 | 0.13 | 57.26 | 0.8 | 0.48 |
| Hex | DD | D4 | 18 | 0 | 4 | 59 | D | 39 | 50 | 30 |
| Octal | 335 | 324 | 30 | 0 | 4 | 131 | 15 | 71 | 120 | 60 |
| Binary | 11011101 | 11010100 | 11000 | 0 | 100 | 1011001 | 1101 | 111001 | 1010000 | 110000 |
Color Harmonies of #DDD418
Complementary color
Monochromatic Colors of #DDD418
Black with #DDD418
Text Example
Text Example
White with #DDD418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD418; }
p { color: rgb(221,212,24); }
H1.HeaderClassName
{
color: #DDD418;
}
.AnyTagClassName
{
color: #DDD418;
}
</style>
background-color css
<style>
a { background-color: #DDD418; }
a { background-color: rgb(221,212,24); }
div.DivClassName
{
background-color: #DDD418;
}
.BgClassName
{
background-color: #DDD418;
}
</style>
border-color css
<style>
span { border-color: #DDD418; }
span { border-color: rgb(221,212,24); }
td.TdClassName
{
border-color: #DDD418;
}
.TagClassName
{
border-color: #DDD418;
}
</style>