Shades of Chenin #DECB6D
Tints of Chenin #DECB6D
RGB
CMYK
RGB Variations
Color information
#DECB6D (or 0xDECB6D) is known color: Chenin. HEX triplet: DE, CB and 6D. RGB value is (222,203,109). Sum of RGB (Red+Green+Blue) = 222+203+109=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB6D is #213492. Grayscale: #C6C6C6. Windows color (decimal): -2176147 or 7195614. OLE color: 7195614.
HSL color Cylindrical-coordinate representation of color #DECB6D: hue angle of 49.91º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DECB6D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 109 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.13 |
| HSL | 49.91º | 0.63% | 0.65% | - |
| HSV(B) | 49.91º | 0.51% | 0.87% | - |
| XYZ | 54.24 | 59.35 | 23.06 | - |
| YUV | 197.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 109 | 0 | 0.09 | 0.51 | 0.13 | 49.91 | 0.63 | 0.65 |
| Hex | DE | CB | 6D | 0 | 9 | 33 | D | 32 | 3F | 41 |
| Octal | 336 | 313 | 155 | 0 | 11 | 63 | 15 | 62 | 77 | 101 |
| Binary | 11011110 | 11001011 | 1101101 | 0 | 1001 | 110011 | 1101 | 110010 | 111111 | 1000001 |
Color Harmonies of #DECB6D
Complementary color
Monochromatic Colors of #DECB6D
Black with #DECB6D
Text Example
Text Example
White with #DECB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB6D; }
p { color: rgb(222,203,109); }
H1.HeaderClassName
{
color: #DECB6D;
}
.AnyTagClassName
{
color: #DECB6D;
}
</style>
background-color css
<style>
a { background-color: #DECB6D; }
a { background-color: rgb(222,203,109); }
div.DivClassName
{
background-color: #DECB6D;
}
.BgClassName
{
background-color: #DECB6D;
}
</style>
border-color css
<style>
span { border-color: #DECB6D; }
span { border-color: rgb(222,203,109); }
td.TdClassName
{
border-color: #DECB6D;
}
.TagClassName
{
border-color: #DECB6D;
}
</style>