Shades of Barberry #DEDC1B
Tints of Barberry #DEDC1B
RGB
CMYK
RGB Variations
Color information
#DEDC1B (or 0xDEDC1B) is known color: Barberry. HEX triplet: DE, DC and 1B. RGB value is (222,220,27). Sum of RGB (Red+Green+Blue) = 222+220+27=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 27 (10.94% from 255 or 5.76% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC1B is #2123E4. Grayscale: #C7C7C7. Windows color (decimal): -2171877 or 1826014. OLE color: 1826014.
HSL color Cylindrical-coordinate representation of color #DEDC1B: hue angle of 59.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEDC1B is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 27 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.13 |
| HSL | 59.38º | 0.78% | 0.49% | - |
| HSV(B) | 59.38º | 0.88% | 0.87% | - |
| XYZ | 55.92 | 66.8 | 10.98 | - |
| YUV | 198.6 | 31.16 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 27 | 0 | 0.01 | 0.88 | 0.13 | 59.38 | 0.78 | 0.49 |
| Hex | DE | DC | 1B | 0 | 1 | 58 | D | 3B | 4E | 31 |
| Octal | 336 | 334 | 33 | 0 | 1 | 130 | 15 | 73 | 116 | 61 |
| Binary | 11011110 | 11011100 | 11011 | 0 | 1 | 1011000 | 1101 | 111011 | 1001110 | 110001 |
Color Harmonies of #DEDC1B
Complementary color
Monochromatic Colors of #DEDC1B
Black with #DEDC1B
Text Example
Text Example
White with #DEDC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC1B; }
p { color: rgb(222,220,27); }
H1.HeaderClassName
{
color: #DEDC1B;
}
.AnyTagClassName
{
color: #DEDC1B;
}
</style>
background-color css
<style>
a { background-color: #DEDC1B; }
a { background-color: rgb(222,220,27); }
div.DivClassName
{
background-color: #DEDC1B;
}
.BgClassName
{
background-color: #DEDC1B;
}
</style>
border-color css
<style>
span { border-color: #DEDC1B; }
span { border-color: rgb(222,220,27); }
td.TdClassName
{
border-color: #DEDC1B;
}
.TagClassName
{
border-color: #DEDC1B;
}
</style>