Shades of Barberry #DDD127
Tints of Barberry #DDD127
RGB
CMYK
RGB Variations
Color information
#DDD127 (or 0xDDD127) is known color: Barberry. HEX triplet: DD, D1 and 27. RGB value is (221,209,39). Sum of RGB (Red+Green+Blue) = 221+209+39=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 39 (15.62% from 255 or 8.32% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD127 is #222ED8. Grayscale: #C1C1C1. Windows color (decimal): -2240217 or 2609629. OLE color: 2609629.
HSL color Cylindrical-coordinate representation of color #DDD127: hue angle of 56.04º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDD127 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 39 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.13 |
| HSL | 56.04º | 0.73% | 0.51% | - |
| HSV(B) | 56.04º | 0.82% | 0.87% | - |
| XYZ | 52.99 | 61.12 | 10.92 | - |
| YUV | 193.21 | 40.98 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 39 | 0 | 0.05 | 0.82 | 0.13 | 56.04 | 0.73 | 0.51 |
| Hex | DD | D1 | 27 | 0 | 5 | 52 | D | 38 | 49 | 33 |
| Octal | 335 | 321 | 47 | 0 | 5 | 122 | 15 | 70 | 111 | 63 |
| Binary | 11011101 | 11010001 | 100111 | 0 | 101 | 1010010 | 1101 | 111000 | 1001001 | 110011 |
Color Harmonies of #DDD127
Complementary color
Monochromatic Colors of #DDD127
Black with #DDD127
Text Example
Text Example
White with #DDD127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD127; }
p { color: rgb(221,209,39); }
H1.HeaderClassName
{
color: #DDD127;
}
.AnyTagClassName
{
color: #DDD127;
}
</style>
background-color css
<style>
a { background-color: #DDD127; }
a { background-color: rgb(221,209,39); }
div.DivClassName
{
background-color: #DDD127;
}
.BgClassName
{
background-color: #DDD127;
}
</style>
border-color css
<style>
span { border-color: #DDD127; }
span { border-color: rgb(221,209,39); }
td.TdClassName
{
border-color: #DDD127;
}
.TagClassName
{
border-color: #DDD127;
}
</style>