Shades of Chenin #DEC66B
Tints of Chenin #DEC66B
RGB
CMYK
RGB Variations
Color information
#DEC66B (or 0xDEC66B) is known color: Chenin. HEX triplet: DE, C6 and 6B. RGB value is (222,198,107). Sum of RGB (Red+Green+Blue) = 222+198+107=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC66B is #213994. Grayscale: #C3C3C3. Windows color (decimal): -2177429 or 7063262. OLE color: 7063262.
HSL color Cylindrical-coordinate representation of color #DEC66B: hue angle of 47.48º 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 #DEC66B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 107 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.13 |
| HSL | 47.48º | 0.64% | 0.65% | - |
| HSV(B) | 47.48º | 0.52% | 0.87% | - |
| XYZ | 52.97 | 56.98 | 22.12 | - |
| YUV | 194.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 107 | 0 | 0.11 | 0.52 | 0.13 | 47.48 | 0.64 | 0.65 |
| Hex | DE | C6 | 6B | 0 | B | 34 | D | 2F | 40 | 41 |
| Octal | 336 | 306 | 153 | 0 | 13 | 64 | 15 | 57 | 100 | 101 |
| Binary | 11011110 | 11000110 | 1101011 | 0 | 1011 | 110100 | 1101 | 101111 | 1000000 | 1000001 |
Color Harmonies of #DEC66B
Complementary color
Monochromatic Colors of #DEC66B
Black with #DEC66B
Text Example
Text Example
White with #DEC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC66B; }
p { color: rgb(222,198,107); }
H1.HeaderClassName
{
color: #DEC66B;
}
.AnyTagClassName
{
color: #DEC66B;
}
</style>
background-color css
<style>
a { background-color: #DEC66B; }
a { background-color: rgb(222,198,107); }
div.DivClassName
{
background-color: #DEC66B;
}
.BgClassName
{
background-color: #DEC66B;
}
</style>
border-color css
<style>
span { border-color: #DEC66B; }
span { border-color: rgb(222,198,107); }
td.TdClassName
{
border-color: #DEC66B;
}
.TagClassName
{
border-color: #DEC66B;
}
</style>