Shades of Chenin #DECB6B
Tints of Chenin #DECB6B
RGB
CMYK
RGB Variations
Color information
#DECB6B (or 0xDECB6B) is known color: Chenin. HEX triplet: DE, CB and 6B. RGB value is (222,203,107). Sum of RGB (Red+Green+Blue) = 222+203+107=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB6B is #213494. Grayscale: #C6C6C6. Windows color (decimal): -2176149 or 7064542. OLE color: 7064542.
HSL color Cylindrical-coordinate representation of color #DECB6B: hue angle of 50.09º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DECB6B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 107 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.13 |
| HSL | 50.09º | 0.64% | 0.65% | - |
| HSV(B) | 50.09º | 0.52% | 0.87% | - |
| XYZ | 54.13 | 59.3 | 22.5 | - |
| YUV | 197.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 107 | 0 | 0.09 | 0.52 | 0.13 | 50.09 | 0.64 | 0.65 |
| Hex | DE | CB | 6B | 0 | 9 | 34 | D | 32 | 40 | 41 |
| Octal | 336 | 313 | 153 | 0 | 11 | 64 | 15 | 62 | 100 | 101 |
| Binary | 11011110 | 11001011 | 1101011 | 0 | 1001 | 110100 | 1101 | 110010 | 1000000 | 1000001 |
Color Harmonies of #DECB6B
Complementary color
Monochromatic Colors of #DECB6B
Black with #DECB6B
Text Example
Text Example
White with #DECB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB6B; }
p { color: rgb(222,203,107); }
H1.HeaderClassName
{
color: #DECB6B;
}
.AnyTagClassName
{
color: #DECB6B;
}
</style>
background-color css
<style>
a { background-color: #DECB6B; }
a { background-color: rgb(222,203,107); }
div.DivClassName
{
background-color: #DECB6B;
}
.BgClassName
{
background-color: #DECB6B;
}
</style>
border-color css
<style>
span { border-color: #DECB6B; }
span { border-color: rgb(222,203,107); }
td.TdClassName
{
border-color: #DECB6B;
}
.TagClassName
{
border-color: #DECB6B;
}
</style>