Shades of Chenin #DECB73
Tints of Chenin #DECB73
RGB
CMYK
RGB Variations
Color information
#DECB73 (or 0xDECB73) is known color: Chenin. HEX triplet: DE, CB and 73. RGB value is (222,203,115). Sum of RGB (Red+Green+Blue) = 222+203+115=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB73 is #21348C. Grayscale: #C7C7C7. Windows color (decimal): -2176141 or 7588830. OLE color: 7588830.
HSL color Cylindrical-coordinate representation of color #DECB73: hue angle of 49.35º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DECB73 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 115 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.13 |
| HSL | 49.35º | 0.62% | 0.66% | - |
| HSV(B) | 49.35º | 0.48% | 0.87% | - |
| XYZ | 54.57 | 59.48 | 24.82 | - |
| YUV | 198.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 115 | 0 | 0.09 | 0.48 | 0.13 | 49.35 | 0.62 | 0.66 |
| Hex | DE | CB | 73 | 0 | 9 | 30 | D | 31 | 3E | 42 |
| Octal | 336 | 313 | 163 | 0 | 11 | 60 | 15 | 61 | 76 | 102 |
| Binary | 11011110 | 11001011 | 1110011 | 0 | 1001 | 110000 | 1101 | 110001 | 111110 | 1000010 |
Color Harmonies of #DECB73
Complementary color
Monochromatic Colors of #DECB73
Black with #DECB73
Text Example
Text Example
White with #DECB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB73; }
p { color: rgb(222,203,115); }
H1.HeaderClassName
{
color: #DECB73;
}
.AnyTagClassName
{
color: #DECB73;
}
</style>
background-color css
<style>
a { background-color: #DECB73; }
a { background-color: rgb(222,203,115); }
div.DivClassName
{
background-color: #DECB73;
}
.BgClassName
{
background-color: #DECB73;
}
</style>
border-color css
<style>
span { border-color: #DECB73; }
span { border-color: rgb(222,203,115); }
td.TdClassName
{
border-color: #DECB73;
}
.TagClassName
{
border-color: #DECB73;
}
</style>