Shades of Chenin #DECB71
Tints of Chenin #DECB71
RGB
CMYK
RGB Variations
Color information
#DECB71 (or 0xDECB71) is known color: Chenin. HEX triplet: DE, CB and 71. RGB value is (222,203,113). Sum of RGB (Red+Green+Blue) = 222+203+113=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB71 is #21348E. Grayscale: #C6C6C6. Windows color (decimal): -2176143 or 7457758. OLE color: 7457758.
HSL color Cylindrical-coordinate representation of color #DECB71: hue angle of 49.54º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DECB71 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 113 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.13 |
| HSL | 49.54º | 0.62% | 0.66% | - |
| HSV(B) | 49.54º | 0.49% | 0.87% | - |
| XYZ | 54.46 | 59.43 | 24.22 | - |
| YUV | 198.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 113 | 0 | 0.09 | 0.49 | 0.13 | 49.54 | 0.62 | 0.66 |
| Hex | DE | CB | 71 | 0 | 9 | 31 | D | 32 | 3E | 42 |
| Octal | 336 | 313 | 161 | 0 | 11 | 61 | 15 | 62 | 76 | 102 |
| Binary | 11011110 | 11001011 | 1110001 | 0 | 1001 | 110001 | 1101 | 110010 | 111110 | 1000010 |
Color Harmonies of #DECB71
Complementary color
Monochromatic Colors of #DECB71
Black with #DECB71
Text Example
Text Example
White with #DECB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB71; }
p { color: rgb(222,203,113); }
H1.HeaderClassName
{
color: #DECB71;
}
.AnyTagClassName
{
color: #DECB71;
}
</style>
background-color css
<style>
a { background-color: #DECB71; }
a { background-color: rgb(222,203,113); }
div.DivClassName
{
background-color: #DECB71;
}
.BgClassName
{
background-color: #DECB71;
}
</style>
border-color css
<style>
span { border-color: #DECB71; }
span { border-color: rgb(222,203,113); }
td.TdClassName
{
border-color: #DECB71;
}
.TagClassName
{
border-color: #DECB71;
}
</style>