Shades of Barberry #DEDD12
Tints of Barberry #DEDD12
RGB
CMYK
RGB Variations
Color information
#DEDD12 (or 0xDEDD12) is known color: Barberry. HEX triplet: DE, DD and 12. RGB value is (222,221,18). Sum of RGB (Red+Green+Blue) = 222+221+18=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD12 is #2122ED. Grayscale: #C6C6C6. Windows color (decimal): -2171630 or 1236446. OLE color: 1236446.
HSL color Cylindrical-coordinate representation of color #DEDD12: hue angle of 59.71º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEDD12 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 18 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.13 |
| HSL | 59.71º | 0.85% | 0.47% | - |
| HSV(B) | 59.71º | 0.92% | 0.87% | - |
| XYZ | 56.09 | 67.29 | 10.6 | - |
| YUV | 198.16 | 26.33 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 18 | 0 | 0.00 | 0.92 | 0.13 | 59.71 | 0.85 | 0.47 |
| Hex | DE | DD | 12 | 0 | 0 | 5C | D | 3C | 55 | 2F |
| Octal | 336 | 335 | 22 | 0 | 0 | 134 | 15 | 74 | 125 | 57 |
| Binary | 11011110 | 11011101 | 10010 | 0 | 0 | 1011100 | 1101 | 111100 | 1010101 | 101111 |
Color Harmonies of #DEDD12
Complementary color
Monochromatic Colors of #DEDD12
Black with #DEDD12
Text Example
Text Example
White with #DEDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD12; }
p { color: rgb(222,221,18); }
H1.HeaderClassName
{
color: #DEDD12;
}
.AnyTagClassName
{
color: #DEDD12;
}
</style>
background-color css
<style>
a { background-color: #DEDD12; }
a { background-color: rgb(222,221,18); }
div.DivClassName
{
background-color: #DEDD12;
}
.BgClassName
{
background-color: #DEDD12;
}
</style>
border-color css
<style>
span { border-color: #DEDD12; }
span { border-color: rgb(222,221,18); }
td.TdClassName
{
border-color: #DEDD12;
}
.TagClassName
{
border-color: #DEDD12;
}
</style>