Shades of Barberry #DEDA0A
Tints of Barberry #DEDA0A
RGB
CMYK
RGB Variations
Color information
#DEDA0A (or 0xDEDA0A) is known color: Barberry. HEX triplet: DE, DA and 0A. RGB value is (222,218,10). Sum of RGB (Red+Green+Blue) = 222+218+10=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA0A is #2125F5. Grayscale: #C4C4C4. Windows color (decimal): -2172406 or 711390. OLE color: 711390.
HSL color Cylindrical-coordinate representation of color #DEDA0A: hue angle of 58.87º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEDA0A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.13 |
| HSL | 58.87º | 0.91% | 0.45% | - |
| HSV(B) | 58.87º | 0.95% | 0.87% | - |
| XYZ | 55.25 | 65.69 | 10.06 | - |
| YUV | 195.48 | 23.33 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 10 | 0 | 0.02 | 0.95 | 0.13 | 58.87 | 0.91 | 0.45 |
| Hex | DE | DA | A | 0 | 2 | 5F | D | 3B | 5B | 2D |
| Octal | 336 | 332 | 12 | 0 | 2 | 137 | 15 | 73 | 133 | 55 |
| Binary | 11011110 | 11011010 | 1010 | 0 | 10 | 1011111 | 1101 | 111011 | 1011011 | 101101 |
Color Harmonies of #DEDA0A
Complementary color
Monochromatic Colors of #DEDA0A
Black with #DEDA0A
Text Example
Text Example
White with #DEDA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA0A; }
p { color: rgb(222,218,10); }
H1.HeaderClassName
{
color: #DEDA0A;
}
.AnyTagClassName
{
color: #DEDA0A;
}
</style>
background-color css
<style>
a { background-color: #DEDA0A; }
a { background-color: rgb(222,218,10); }
div.DivClassName
{
background-color: #DEDA0A;
}
.BgClassName
{
background-color: #DEDA0A;
}
</style>
border-color css
<style>
span { border-color: #DEDA0A; }
span { border-color: rgb(222,218,10); }
td.TdClassName
{
border-color: #DEDA0A;
}
.TagClassName
{
border-color: #DEDA0A;
}
</style>