Shades of Barberry #DEDD0F
Tints of Barberry #DEDD0F
RGB
CMYK
RGB Variations
Color information
#DEDD0F (or 0xDEDD0F) is known color: Barberry. HEX triplet: DE, DD and 0F. RGB value is (222,221,15). Sum of RGB (Red+Green+Blue) = 222+221+15=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD0F is #2122F0. Grayscale: #C6C6C6. Windows color (decimal): -2171633 or 1039838. OLE color: 1039838.
HSL color Cylindrical-coordinate representation of color #DEDD0F: hue angle of 59.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEDD0F is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 15 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.13 |
| HSL | 59.71º | 0.87% | 0.46% | - |
| HSV(B) | 59.71º | 0.93% | 0.87% | - |
| XYZ | 56.07 | 67.28 | 10.48 | - |
| YUV | 197.82 | 24.83 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 15 | 0 | 0.00 | 0.93 | 0.13 | 59.71 | 0.87 | 0.46 |
| Hex | DE | DD | F | 0 | 0 | 5D | D | 3C | 57 | 2E |
| Octal | 336 | 335 | 17 | 0 | 0 | 135 | 15 | 74 | 127 | 56 |
| Binary | 11011110 | 11011101 | 1111 | 0 | 0 | 1011101 | 1101 | 111100 | 1010111 | 101110 |
Color Harmonies of #DEDD0F
Complementary color
Monochromatic Colors of #DEDD0F
Black with #DEDD0F
Text Example
Text Example
White with #DEDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD0F; }
p { color: rgb(222,221,15); }
H1.HeaderClassName
{
color: #DEDD0F;
}
.AnyTagClassName
{
color: #DEDD0F;
}
</style>
background-color css
<style>
a { background-color: #DEDD0F; }
a { background-color: rgb(222,221,15); }
div.DivClassName
{
background-color: #DEDD0F;
}
.BgClassName
{
background-color: #DEDD0F;
}
</style>
border-color css
<style>
span { border-color: #DEDD0F; }
span { border-color: rgb(222,221,15); }
td.TdClassName
{
border-color: #DEDD0F;
}
.TagClassName
{
border-color: #DEDD0F;
}
</style>