Shades of Barberry #DECD1E
Tints of Barberry #DECD1E
RGB
CMYK
RGB Variations
Color information
#DECD1E (or 0xDECD1E) is known color: Barberry. HEX triplet: DE, CD and 1E. RGB value is (222,205,30). Sum of RGB (Red+Green+Blue) = 222+205+30=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD1E is #2132E1. Grayscale: #BEBEBE. Windows color (decimal): -2175714 or 2018782. OLE color: 2018782.
HSL color Cylindrical-coordinate representation of color #DECD1E: hue angle of 54.69º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DECD1E is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 30 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.13 |
| HSL | 54.69º | 0.76% | 0.49% | - |
| HSV(B) | 54.69º | 0.86% | 0.87% | - |
| XYZ | 52.19 | 59.29 | 9.92 | - |
| YUV | 190.13 | 37.63 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 30 | 0 | 0.08 | 0.86 | 0.13 | 54.69 | 0.76 | 0.49 |
| Hex | DE | CD | 1E | 0 | 8 | 56 | D | 37 | 4C | 31 |
| Octal | 336 | 315 | 36 | 0 | 10 | 126 | 15 | 67 | 114 | 61 |
| Binary | 11011110 | 11001101 | 11110 | 0 | 1000 | 1010110 | 1101 | 110111 | 1001100 | 110001 |
Color Harmonies of #DECD1E
Complementary color
Monochromatic Colors of #DECD1E
Black with #DECD1E
Text Example
Text Example
White with #DECD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD1E; }
p { color: rgb(222,205,30); }
H1.HeaderClassName
{
color: #DECD1E;
}
.AnyTagClassName
{
color: #DECD1E;
}
</style>
background-color css
<style>
a { background-color: #DECD1E; }
a { background-color: rgb(222,205,30); }
div.DivClassName
{
background-color: #DECD1E;
}
.BgClassName
{
background-color: #DECD1E;
}
</style>
border-color css
<style>
span { border-color: #DECD1E; }
span { border-color: rgb(222,205,30); }
td.TdClassName
{
border-color: #DECD1E;
}
.TagClassName
{
border-color: #DECD1E;
}
</style>