Shades of Barberry #DED712
Tints of Barberry #DED712
RGB
CMYK
RGB Variations
Color information
#DED712 (or 0xDED712) is known color: Barberry. HEX triplet: DE, D7 and 12. RGB value is (222,215,18). Sum of RGB (Red+Green+Blue) = 222+215+18=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DED712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED712 is #2128ED. Grayscale: #C3C3C3. Windows color (decimal): -2173166 or 1234910. OLE color: 1234910.
HSL color Cylindrical-coordinate representation of color #DED712: hue angle of 57.94º 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 #DED712 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.13 |
| HSL | 57.94º | 0.85% | 0.47% | - |
| HSV(B) | 57.94º | 0.92% | 0.87% | - |
| XYZ | 54.53 | 64.17 | 10.08 | - |
| YUV | 194.64 | 28.32 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 18 | 0 | 0.03 | 0.92 | 0.13 | 57.94 | 0.85 | 0.47 |
| Hex | DE | D7 | 12 | 0 | 3 | 5C | D | 3A | 55 | 2F |
| Octal | 336 | 327 | 22 | 0 | 3 | 134 | 15 | 72 | 125 | 57 |
| Binary | 11011110 | 11010111 | 10010 | 0 | 11 | 1011100 | 1101 | 111010 | 1010101 | 101111 |
Color Harmonies of #DED712
Complementary color
Monochromatic Colors of #DED712
Black with #DED712
Text Example
Text Example
White with #DED712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED712; }
p { color: rgb(222,215,18); }
H1.HeaderClassName
{
color: #DED712;
}
.AnyTagClassName
{
color: #DED712;
}
</style>
background-color css
<style>
a { background-color: #DED712; }
a { background-color: rgb(222,215,18); }
div.DivClassName
{
background-color: #DED712;
}
.BgClassName
{
background-color: #DED712;
}
</style>
border-color css
<style>
span { border-color: #DED712; }
span { border-color: rgb(222,215,18); }
td.TdClassName
{
border-color: #DED712;
}
.TagClassName
{
border-color: #DED712;
}
</style>