Shades of Barberry #DEDC0B
Tints of Barberry #DEDC0B
RGB
CMYK
RGB Variations
Color information
#DEDC0B (or 0xDEDC0B) is known color: Barberry. HEX triplet: DE, DC and 0B. RGB value is (222,220,11). Sum of RGB (Red+Green+Blue) = 222+220+11=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC0B is #2123F4. Grayscale: #C5C5C5. Windows color (decimal): -2171893 or 777438. OLE color: 777438.
HSL color Cylindrical-coordinate representation of color #DEDC0B: hue angle of 59.43º 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 #DEDC0B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.13 |
| HSL | 59.43º | 0.91% | 0.46% | - |
| HSV(B) | 59.43º | 0.95% | 0.87% | - |
| XYZ | 55.78 | 66.74 | 10.26 | - |
| YUV | 196.77 | 23.16 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 11 | 0 | 0.01 | 0.95 | 0.13 | 59.43 | 0.91 | 0.46 |
| Hex | DE | DC | B | 0 | 1 | 5F | D | 3B | 5B | 2E |
| Octal | 336 | 334 | 13 | 0 | 1 | 137 | 15 | 73 | 133 | 56 |
| Binary | 11011110 | 11011100 | 1011 | 0 | 1 | 1011111 | 1101 | 111011 | 1011011 | 101110 |
Color Harmonies of #DEDC0B
Complementary color
Monochromatic Colors of #DEDC0B
Black with #DEDC0B
Text Example
Text Example
White with #DEDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC0B; }
p { color: rgb(222,220,11); }
H1.HeaderClassName
{
color: #DEDC0B;
}
.AnyTagClassName
{
color: #DEDC0B;
}
</style>
background-color css
<style>
a { background-color: #DEDC0B; }
a { background-color: rgb(222,220,11); }
div.DivClassName
{
background-color: #DEDC0B;
}
.BgClassName
{
background-color: #DEDC0B;
}
</style>
border-color css
<style>
span { border-color: #DEDC0B; }
span { border-color: rgb(222,220,11); }
td.TdClassName
{
border-color: #DEDC0B;
}
.TagClassName
{
border-color: #DEDC0B;
}
</style>