Shades of Chenin #DEC375
Tints of Chenin #DEC375
RGB
CMYK
RGB Variations
Color information
#DEC375 (or 0xDEC375) is known color: Chenin. HEX triplet: DE, C3 and 75. RGB value is (222,195,117). Sum of RGB (Red+Green+Blue) = 222+195+117=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC375 is #213C8A. Grayscale: #C2C2C2. Windows color (decimal): -2178187 or 7717854. OLE color: 7717854.
HSL color Cylindrical-coordinate representation of color #DEC375: hue angle of 44.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEC375 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 117 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.13 |
| HSL | 44.57º | 0.61% | 0.66% | - |
| HSV(B) | 44.57º | 0.47% | 0.87% | - |
| XYZ | 52.85 | 55.84 | 24.82 | - |
| YUV | 194.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 117 | 0 | 0.12 | 0.47 | 0.13 | 44.57 | 0.61 | 0.66 |
| Hex | DE | C3 | 75 | 0 | C | 2F | D | 2D | 3D | 42 |
| Octal | 336 | 303 | 165 | 0 | 14 | 57 | 15 | 55 | 75 | 102 |
| Binary | 11011110 | 11000011 | 1110101 | 0 | 1100 | 101111 | 1101 | 101101 | 111101 | 1000010 |
Color Harmonies of #DEC375
Complementary color
Monochromatic Colors of #DEC375
Black with #DEC375
Text Example
Text Example
White with #DEC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC375; }
p { color: rgb(222,195,117); }
H1.HeaderClassName
{
color: #DEC375;
}
.AnyTagClassName
{
color: #DEC375;
}
</style>
background-color css
<style>
a { background-color: #DEC375; }
a { background-color: rgb(222,195,117); }
div.DivClassName
{
background-color: #DEC375;
}
.BgClassName
{
background-color: #DEC375;
}
</style>
border-color css
<style>
span { border-color: #DEC375; }
span { border-color: rgb(222,195,117); }
td.TdClassName
{
border-color: #DEC375;
}
.TagClassName
{
border-color: #DEC375;
}
</style>