Shades of Barberry #DED125
Tints of Barberry #DED125
RGB
CMYK
RGB Variations
Color information
#DED125 (or 0xDED125) is known color: Barberry. HEX triplet: DE, D1 and 25. RGB value is (222,209,37). Sum of RGB (Red+Green+Blue) = 222+209+37=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DED125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED125 is #212EDA. Grayscale: #C1C1C1. Windows color (decimal): -2174683 or 2478558. OLE color: 2478558.
HSL color Cylindrical-coordinate representation of color #DED125: hue angle of 55.78º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DED125 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 37 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.13 |
| HSL | 55.78º | 0.74% | 0.51% | - |
| HSV(B) | 55.78º | 0.83% | 0.87% | - |
| XYZ | 53.26 | 61.26 | 10.77 | - |
| YUV | 193.28 | 39.81 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 37 | 0 | 0.06 | 0.83 | 0.13 | 55.78 | 0.74 | 0.51 |
| Hex | DE | D1 | 25 | 0 | 6 | 53 | D | 38 | 4A | 33 |
| Octal | 336 | 321 | 45 | 0 | 6 | 123 | 15 | 70 | 112 | 63 |
| Binary | 11011110 | 11010001 | 100101 | 0 | 110 | 1010011 | 1101 | 111000 | 1001010 | 110011 |
Color Harmonies of #DED125
Complementary color
Monochromatic Colors of #DED125
Black with #DED125
Text Example
Text Example
White with #DED125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED125; }
p { color: rgb(222,209,37); }
H1.HeaderClassName
{
color: #DED125;
}
.AnyTagClassName
{
color: #DED125;
}
</style>
background-color css
<style>
a { background-color: #DED125; }
a { background-color: rgb(222,209,37); }
div.DivClassName
{
background-color: #DED125;
}
.BgClassName
{
background-color: #DED125;
}
</style>
border-color css
<style>
span { border-color: #DED125; }
span { border-color: rgb(222,209,37); }
td.TdClassName
{
border-color: #DED125;
}
.TagClassName
{
border-color: #DED125;
}
</style>