Shades of Chenin #D7C775
Tints of Chenin #D7C775
RGB
CMYK
RGB Variations
Color information
#D7C775 (or 0xD7C775) is known color: Chenin. HEX triplet: D7, C7 and 75. RGB value is (215,199,117). Sum of RGB (Red+Green+Blue) = 215+199+117=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C775 is #28388A. Grayscale: #C2C2C2. Windows color (decimal): -2635915 or 7718871. OLE color: 7718871.
HSL color Cylindrical-coordinate representation of color #D7C775: hue angle of 50.2º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7C775 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 117 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.16 |
| HSL | 50.2º | 0.55% | 0.65% | - |
| HSV(B) | 50.2º | 0.46% | 0.84% | - |
| XYZ | 51.66 | 56.58 | 25.03 | - |
| YUV | 194.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 117 | 0 | 0.07 | 0.46 | 0.16 | 50.2 | 0.55 | 0.65 |
| Hex | D7 | C7 | 75 | 0 | 7 | 2E | 10 | 32 | 37 | 41 |
| Octal | 327 | 307 | 165 | 0 | 7 | 56 | 20 | 62 | 67 | 101 |
| Binary | 11010111 | 11000111 | 1110101 | 0 | 111 | 101110 | 10000 | 110010 | 110111 | 1000001 |
Color Harmonies of #D7C775
Complementary color
Monochromatic Colors of #D7C775
Black with #D7C775
Text Example
Text Example
White with #D7C775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C775; }
p { color: rgb(215,199,117); }
H1.HeaderClassName
{
color: #D7C775;
}
.AnyTagClassName
{
color: #D7C775;
}
</style>
background-color css
<style>
a { background-color: #D7C775; }
a { background-color: rgb(215,199,117); }
div.DivClassName
{
background-color: #D7C775;
}
.BgClassName
{
background-color: #D7C775;
}
</style>
border-color css
<style>
span { border-color: #D7C775; }
span { border-color: rgb(215,199,117); }
td.TdClassName
{
border-color: #D7C775;
}
.TagClassName
{
border-color: #D7C775;
}
</style>