Shades of Barberry #DEDC08
Tints of Barberry #DEDC08
RGB
CMYK
RGB Variations
Color information
#DEDC08 (or 0xDEDC08) is known color: Barberry. HEX triplet: DE, DC and 08. RGB value is (222,220,8). Sum of RGB (Red+Green+Blue) = 222+220+8=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC08 is #2123F7. Grayscale: #C5C5C5. Windows color (decimal): -2171896 or 580830. OLE color: 580830.
HSL color Cylindrical-coordinate representation of color #DEDC08: hue angle of 59.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEDC08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.13 |
| HSL | 59.44º | 0.93% | 0.45% | - |
| HSV(B) | 59.44º | 0.96% | 0.87% | - |
| XYZ | 55.76 | 66.73 | 10.17 | - |
| YUV | 196.43 | 21.66 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 8 | 0 | 0.01 | 0.96 | 0.13 | 59.44 | 0.93 | 0.45 |
| Hex | DE | DC | 8 | 0 | 1 | 60 | D | 3B | 5D | 2D |
| Octal | 336 | 334 | 10 | 0 | 1 | 140 | 15 | 73 | 135 | 55 |
| Binary | 11011110 | 11011100 | 1000 | 0 | 1 | 1100000 | 1101 | 111011 | 1011101 | 101101 |
Color Harmonies of #DEDC08
Complementary color
Monochromatic Colors of #DEDC08
Black with #DEDC08
Text Example
Text Example
White with #DEDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC08; }
p { color: rgb(222,220,8); }
H1.HeaderClassName
{
color: #DEDC08;
}
.AnyTagClassName
{
color: #DEDC08;
}
</style>
background-color css
<style>
a { background-color: #DEDC08; }
a { background-color: rgb(222,220,8); }
div.DivClassName
{
background-color: #DEDC08;
}
.BgClassName
{
background-color: #DEDC08;
}
</style>
border-color css
<style>
span { border-color: #DEDC08; }
span { border-color: rgb(222,220,8); }
td.TdClassName
{
border-color: #DEDC08;
}
.TagClassName
{
border-color: #DEDC08;
}
</style>