Shades of Chenin #D7C06C
Tints of Chenin #D7C06C
RGB
CMYK
RGB Variations
Color information
#D7C06C (or 0xD7C06C) is known color: Chenin. HEX triplet: D7, C0 and 6C. RGB value is (215,192,108). Sum of RGB (Red+Green+Blue) = 215+192+108=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C06C is #283F93. Grayscale: #BDBDBD. Windows color (decimal): -2637716 or 7127255. OLE color: 7127255.
HSL color Cylindrical-coordinate representation of color #D7C06C: hue angle of 47.1º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7C06C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 108 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.16 |
| HSL | 47.1º | 0.57% | 0.63% | - |
| HSV(B) | 47.1º | 0.5% | 0.84% | - |
| XYZ | 49.58 | 53.23 | 21.85 | - |
| YUV | 189.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 108 | 0 | 0.11 | 0.50 | 0.16 | 47.1 | 0.57 | 0.63 |
| Hex | D7 | C0 | 6C | 0 | B | 32 | 10 | 2F | 39 | 3F |
| Octal | 327 | 300 | 154 | 0 | 13 | 62 | 20 | 57 | 71 | 77 |
| Binary | 11010111 | 11000000 | 1101100 | 0 | 1011 | 110010 | 10000 | 101111 | 111001 | 111111 |
Color Harmonies of #D7C06C
Complementary color
Monochromatic Colors of #D7C06C
Black with #D7C06C
Text Example
Text Example
White with #D7C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C06C; }
p { color: rgb(215,192,108); }
H1.HeaderClassName
{
color: #D7C06C;
}
.AnyTagClassName
{
color: #D7C06C;
}
</style>
background-color css
<style>
a { background-color: #D7C06C; }
a { background-color: rgb(215,192,108); }
div.DivClassName
{
background-color: #D7C06C;
}
.BgClassName
{
background-color: #D7C06C;
}
</style>
border-color css
<style>
span { border-color: #D7C06C; }
span { border-color: rgb(215,192,108); }
td.TdClassName
{
border-color: #D7C06C;
}
.TagClassName
{
border-color: #D7C06C;
}
</style>