Shades of Barberry #DECD1C
Tints of Barberry #DECD1C
RGB
CMYK
RGB Variations
Color information
#DECD1C (or 0xDECD1C) is known color: Barberry. HEX triplet: DE, CD and 1C. RGB value is (222,205,28). Sum of RGB (Red+Green+Blue) = 222+205+28=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD1C is #2132E3. Grayscale: #BEBEBE. Windows color (decimal): -2175716 or 1887710. OLE color: 1887710.
HSL color Cylindrical-coordinate representation of color #DECD1C: hue angle of 54.74º degrees, saturation: 0.78, 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 #DECD1C is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 28 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.13 |
| HSL | 54.74º | 0.78% | 0.49% | - |
| HSV(B) | 54.74º | 0.87% | 0.87% | - |
| XYZ | 52.17 | 59.28 | 9.79 | - |
| YUV | 189.91 | 36.63 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 28 | 0 | 0.08 | 0.87 | 0.13 | 54.74 | 0.78 | 0.49 |
| Hex | DE | CD | 1C | 0 | 8 | 57 | D | 37 | 4E | 31 |
| Octal | 336 | 315 | 34 | 0 | 10 | 127 | 15 | 67 | 116 | 61 |
| Binary | 11011110 | 11001101 | 11100 | 0 | 1000 | 1010111 | 1101 | 110111 | 1001110 | 110001 |
Color Harmonies of #DECD1C
Complementary color
Monochromatic Colors of #DECD1C
Black with #DECD1C
Text Example
Text Example
White with #DECD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD1C; }
p { color: rgb(222,205,28); }
H1.HeaderClassName
{
color: #DECD1C;
}
.AnyTagClassName
{
color: #DECD1C;
}
</style>
background-color css
<style>
a { background-color: #DECD1C; }
a { background-color: rgb(222,205,28); }
div.DivClassName
{
background-color: #DECD1C;
}
.BgClassName
{
background-color: #DECD1C;
}
</style>
border-color css
<style>
span { border-color: #DECD1C; }
span { border-color: rgb(222,205,28); }
td.TdClassName
{
border-color: #DECD1C;
}
.TagClassName
{
border-color: #DECD1C;
}
</style>