Shades of Barberry #DED127
Tints of Barberry #DED127
RGB
CMYK
RGB Variations
Color information
#DED127 (or 0xDED127) is known color: Barberry. HEX triplet: DE, D1 and 27. RGB value is (222,209,39). Sum of RGB (Red+Green+Blue) = 222+209+39=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 39 (15.62% from 255 or 8.30% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DED127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED127 is #212ED8. Grayscale: #C2C2C2. Windows color (decimal): -2174681 or 2609630. OLE color: 2609630.
HSL color Cylindrical-coordinate representation of color #DED127: hue angle of 55.74º 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 #DED127 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 39 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.13 |
| HSL | 55.74º | 0.73% | 0.51% | - |
| HSV(B) | 55.74º | 0.82% | 0.87% | - |
| XYZ | 53.29 | 61.28 | 10.94 | - |
| YUV | 193.51 | 40.81 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 39 | 0 | 0.06 | 0.82 | 0.13 | 55.74 | 0.73 | 0.51 |
| Hex | DE | D1 | 27 | 0 | 6 | 52 | D | 38 | 49 | 33 |
| Octal | 336 | 321 | 47 | 0 | 6 | 122 | 15 | 70 | 111 | 63 |
| Binary | 11011110 | 11010001 | 100111 | 0 | 110 | 1010010 | 1101 | 111000 | 1001001 | 110011 |
Color Harmonies of #DED127
Complementary color
Monochromatic Colors of #DED127
Black with #DED127
Text Example
Text Example
White with #DED127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED127; }
p { color: rgb(222,209,39); }
H1.HeaderClassName
{
color: #DED127;
}
.AnyTagClassName
{
color: #DED127;
}
</style>
background-color css
<style>
a { background-color: #DED127; }
a { background-color: rgb(222,209,39); }
div.DivClassName
{
background-color: #DED127;
}
.BgClassName
{
background-color: #DED127;
}
</style>
border-color css
<style>
span { border-color: #DED127; }
span { border-color: rgb(222,209,39); }
td.TdClassName
{
border-color: #DED127;
}
.TagClassName
{
border-color: #DED127;
}
</style>