Shades of Barberry #DED70C
Tints of Barberry #DED70C
RGB
CMYK
RGB Variations
Color information
#DED70C (or 0xDED70C) is known color: Barberry. HEX triplet: DE, D7 and 0C. RGB value is (222,215,12). Sum of RGB (Red+Green+Blue) = 222+215+12=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DED70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED70C is #2128F3. Grayscale: #C2C2C2. Windows color (decimal): -2173172 or 841694. OLE color: 841694.
HSL color Cylindrical-coordinate representation of color #DED70C: hue angle of 58º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DED70C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.13 |
| HSL | 58º | 0.9% | 0.46% | - |
| HSV(B) | 58º | 0.95% | 0.87% | - |
| XYZ | 54.49 | 64.16 | 9.86 | - |
| YUV | 193.95 | 25.32 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 12 | 0 | 0.03 | 0.95 | 0.13 | 58 | 0.9 | 0.46 |
| Hex | DE | D7 | C | 0 | 3 | 5F | D | 3A | 5A | 2E |
| Octal | 336 | 327 | 14 | 0 | 3 | 137 | 15 | 72 | 132 | 56 |
| Binary | 11011110 | 11010111 | 1100 | 0 | 11 | 1011111 | 1101 | 111010 | 1011010 | 101110 |
Color Harmonies of #DED70C
Complementary color
Monochromatic Colors of #DED70C
Black with #DED70C
Text Example
Text Example
White with #DED70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED70C; }
p { color: rgb(222,215,12); }
H1.HeaderClassName
{
color: #DED70C;
}
.AnyTagClassName
{
color: #DED70C;
}
</style>
background-color css
<style>
a { background-color: #DED70C; }
a { background-color: rgb(222,215,12); }
div.DivClassName
{
background-color: #DED70C;
}
.BgClassName
{
background-color: #DED70C;
}
</style>
border-color css
<style>
span { border-color: #DED70C; }
span { border-color: rgb(222,215,12); }
td.TdClassName
{
border-color: #DED70C;
}
.TagClassName
{
border-color: #DED70C;
}
</style>