Shades of Barberry #DED912
Tints of Barberry #DED912
RGB
CMYK
RGB Variations
Color information
#DED912 (or 0xDED912) is known color: Barberry. HEX triplet: DE, D9 and 12. RGB value is (222,217,18). Sum of RGB (Red+Green+Blue) = 222+217+18=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DED912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED912 is #2126ED. Grayscale: #C4C4C4. Windows color (decimal): -2172654 or 1235422. OLE color: 1235422.
HSL color Cylindrical-coordinate representation of color #DED912: hue angle of 58.53º 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 #DED912 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 18 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.13 |
| HSL | 58.53º | 0.85% | 0.47% | - |
| HSV(B) | 58.53º | 0.92% | 0.87% | - |
| XYZ | 55.05 | 65.2 | 10.26 | - |
| YUV | 195.81 | 27.66 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 18 | 0 | 0.02 | 0.92 | 0.13 | 58.53 | 0.85 | 0.47 |
| Hex | DE | D9 | 12 | 0 | 2 | 5C | D | 3B | 55 | 2F |
| Octal | 336 | 331 | 22 | 0 | 2 | 134 | 15 | 73 | 125 | 57 |
| Binary | 11011110 | 11011001 | 10010 | 0 | 10 | 1011100 | 1101 | 111011 | 1010101 | 101111 |
Color Harmonies of #DED912
Complementary color
Monochromatic Colors of #DED912
Black with #DED912
Text Example
Text Example
White with #DED912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED912; }
p { color: rgb(222,217,18); }
H1.HeaderClassName
{
color: #DED912;
}
.AnyTagClassName
{
color: #DED912;
}
</style>
background-color css
<style>
a { background-color: #DED912; }
a { background-color: rgb(222,217,18); }
div.DivClassName
{
background-color: #DED912;
}
.BgClassName
{
background-color: #DED912;
}
</style>
border-color css
<style>
span { border-color: #DED912; }
span { border-color: rgb(222,217,18); }
td.TdClassName
{
border-color: #DED912;
}
.TagClassName
{
border-color: #DED912;
}
</style>