Shades of Barberry #DEDB13
Tints of Barberry #DEDB13
RGB
CMYK
RGB Variations
Color information
#DEDB13 (or 0xDEDB13) is known color: Barberry. HEX triplet: DE, DB and 13. RGB value is (222,219,19). Sum of RGB (Red+Green+Blue) = 222+219+19=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB13 is #2124EC. Grayscale: #C5C5C5. Windows color (decimal): -2172141 or 1301470. OLE color: 1301470.
HSL color Cylindrical-coordinate representation of color #DEDB13: hue angle of 59.11º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEDB13 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 19 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.13 |
| HSL | 59.11º | 0.84% | 0.47% | - |
| HSV(B) | 59.11º | 0.91% | 0.87% | - |
| XYZ | 55.57 | 66.24 | 10.47 | - |
| YUV | 197.1 | 27.49 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 19 | 0 | 0.01 | 0.91 | 0.13 | 59.11 | 0.84 | 0.47 |
| Hex | DE | DB | 13 | 0 | 1 | 5B | D | 3B | 54 | 2F |
| Octal | 336 | 333 | 23 | 0 | 1 | 133 | 15 | 73 | 124 | 57 |
| Binary | 11011110 | 11011011 | 10011 | 0 | 1 | 1011011 | 1101 | 111011 | 1010100 | 101111 |
Color Harmonies of #DEDB13
Complementary color
Monochromatic Colors of #DEDB13
Black with #DEDB13
Text Example
Text Example
White with #DEDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB13; }
p { color: rgb(222,219,19); }
H1.HeaderClassName
{
color: #DEDB13;
}
.AnyTagClassName
{
color: #DEDB13;
}
</style>
background-color css
<style>
a { background-color: #DEDB13; }
a { background-color: rgb(222,219,19); }
div.DivClassName
{
background-color: #DEDB13;
}
.BgClassName
{
background-color: #DEDB13;
}
</style>
border-color css
<style>
span { border-color: #DEDB13; }
span { border-color: rgb(222,219,19); }
td.TdClassName
{
border-color: #DEDB13;
}
.TagClassName
{
border-color: #DEDB13;
}
</style>