Shades of Barberry #DECD1D
Tints of Barberry #DECD1D
RGB
CMYK
RGB Variations
Color information
#DECD1D (or 0xDECD1D) is known color: Barberry. HEX triplet: DE, CD and 1D. RGB value is (222,205,29). Sum of RGB (Red+Green+Blue) = 222+205+29=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD1D is #2132E2. Grayscale: #BEBEBE. Windows color (decimal): -2175715 or 1953246. OLE color: 1953246.
HSL color Cylindrical-coordinate representation of color #DECD1D: hue angle of 54.72º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DECD1D is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 29 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.13 |
| HSL | 54.72º | 0.77% | 0.49% | - |
| HSV(B) | 54.72º | 0.87% | 0.87% | - |
| XYZ | 52.18 | 59.28 | 9.85 | - |
| YUV | 190.02 | 37.13 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 29 | 0 | 0.08 | 0.87 | 0.13 | 54.72 | 0.77 | 0.49 |
| Hex | DE | CD | 1D | 0 | 8 | 57 | D | 37 | 4D | 31 |
| Octal | 336 | 315 | 35 | 0 | 10 | 127 | 15 | 67 | 115 | 61 |
| Binary | 11011110 | 11001101 | 11101 | 0 | 1000 | 1010111 | 1101 | 110111 | 1001101 | 110001 |
Color Harmonies of #DECD1D
Complementary color
Monochromatic Colors of #DECD1D
Black with #DECD1D
Text Example
Text Example
White with #DECD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD1D; }
p { color: rgb(222,205,29); }
H1.HeaderClassName
{
color: #DECD1D;
}
.AnyTagClassName
{
color: #DECD1D;
}
</style>
background-color css
<style>
a { background-color: #DECD1D; }
a { background-color: rgb(222,205,29); }
div.DivClassName
{
background-color: #DECD1D;
}
.BgClassName
{
background-color: #DECD1D;
}
</style>
border-color css
<style>
span { border-color: #DECD1D; }
span { border-color: rgb(222,205,29); }
td.TdClassName
{
border-color: #DECD1D;
}
.TagClassName
{
border-color: #DECD1D;
}
</style>