Shades of Barberry #DEDB12
Tints of Barberry #DEDB12
RGB
CMYK
RGB Variations
Color information
#DEDB12 (or 0xDEDB12) is known color: Barberry. HEX triplet: DE, DB and 12. RGB value is (222,219,18). Sum of RGB (Red+Green+Blue) = 222+219+18=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB12 is #2124ED. Grayscale: #C5C5C5. Windows color (decimal): -2172142 or 1235934. OLE color: 1235934.
HSL color Cylindrical-coordinate representation of color #DEDB12: hue angle of 59.12º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEDB12 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 18 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.13 |
| HSL | 59.12º | 0.85% | 0.47% | - |
| HSV(B) | 59.12º | 0.92% | 0.87% | - |
| XYZ | 55.56 | 66.24 | 10.43 | - |
| YUV | 196.98 | 26.99 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 18 | 0 | 0.01 | 0.92 | 0.13 | 59.12 | 0.85 | 0.47 |
| Hex | DE | DB | 12 | 0 | 1 | 5C | D | 3B | 55 | 2F |
| Octal | 336 | 333 | 22 | 0 | 1 | 134 | 15 | 73 | 125 | 57 |
| Binary | 11011110 | 11011011 | 10010 | 0 | 1 | 1011100 | 1101 | 111011 | 1010101 | 101111 |
Color Harmonies of #DEDB12
Complementary color
Monochromatic Colors of #DEDB12
Black with #DEDB12
Text Example
Text Example
White with #DEDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB12; }
p { color: rgb(222,219,18); }
H1.HeaderClassName
{
color: #DEDB12;
}
.AnyTagClassName
{
color: #DEDB12;
}
</style>
background-color css
<style>
a { background-color: #DEDB12; }
a { background-color: rgb(222,219,18); }
div.DivClassName
{
background-color: #DEDB12;
}
.BgClassName
{
background-color: #DEDB12;
}
</style>
border-color css
<style>
span { border-color: #DEDB12; }
span { border-color: rgb(222,219,18); }
td.TdClassName
{
border-color: #DEDB12;
}
.TagClassName
{
border-color: #DEDB12;
}
</style>