Shades of Barberry #DEDB0B
Tints of Barberry #DEDB0B
RGB
CMYK
RGB Variations
Color information
#DEDB0B (or 0xDEDB0B) is known color: Barberry. HEX triplet: DE, DB and 0B. RGB value is (222,219,11). Sum of RGB (Red+Green+Blue) = 222+219+11=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB0B is #2124F4. Grayscale: #C5C5C5. Windows color (decimal): -2172149 or 777182. OLE color: 777182.
HSL color Cylindrical-coordinate representation of color #DEDB0B: hue angle of 59.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEDB0B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.13 |
| HSL | 59.15º | 0.91% | 0.46% | - |
| HSV(B) | 59.15º | 0.95% | 0.87% | - |
| XYZ | 55.52 | 66.22 | 10.17 | - |
| YUV | 196.19 | 23.49 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 11 | 0 | 0.01 | 0.95 | 0.13 | 59.15 | 0.91 | 0.46 |
| Hex | DE | DB | B | 0 | 1 | 5F | D | 3B | 5B | 2E |
| Octal | 336 | 333 | 13 | 0 | 1 | 137 | 15 | 73 | 133 | 56 |
| Binary | 11011110 | 11011011 | 1011 | 0 | 1 | 1011111 | 1101 | 111011 | 1011011 | 101110 |
Color Harmonies of #DEDB0B
Complementary color
Monochromatic Colors of #DEDB0B
Black with #DEDB0B
Text Example
Text Example
White with #DEDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB0B; }
p { color: rgb(222,219,11); }
H1.HeaderClassName
{
color: #DEDB0B;
}
.AnyTagClassName
{
color: #DEDB0B;
}
</style>
background-color css
<style>
a { background-color: #DEDB0B; }
a { background-color: rgb(222,219,11); }
div.DivClassName
{
background-color: #DEDB0B;
}
.BgClassName
{
background-color: #DEDB0B;
}
</style>
border-color css
<style>
span { border-color: #DEDB0B; }
span { border-color: rgb(222,219,11); }
td.TdClassName
{
border-color: #DEDB0B;
}
.TagClassName
{
border-color: #DEDB0B;
}
</style>