Shades of Chenin #D5C775
Tints of Chenin #D5C775
RGB
CMYK
RGB Variations
Color information
#D5C775 (or 0xD5C775) is known color: Chenin. HEX triplet: D5, C7 and 75. RGB value is (213,199,117). Sum of RGB (Red+Green+Blue) = 213+199+117=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C775 is #2A388A. Grayscale: #C2C2C2. Windows color (decimal): -2766987 or 7718869. OLE color: 7718869.
HSL color Cylindrical-coordinate representation of color #D5C775: hue angle of 51.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5C775 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 117 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.16 |
| HSL | 51.25º | 0.53% | 0.65% | - |
| HSV(B) | 51.25º | 0.45% | 0.84% | - |
| XYZ | 51.07 | 56.28 | 25 | - |
| YUV | 193.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 117 | 0 | 0.07 | 0.45 | 0.16 | 51.25 | 0.53 | 0.65 |
| Hex | D5 | C7 | 75 | 0 | 7 | 2D | 10 | 33 | 35 | 41 |
| Octal | 325 | 307 | 165 | 0 | 7 | 55 | 20 | 63 | 65 | 101 |
| Binary | 11010101 | 11000111 | 1110101 | 0 | 111 | 101101 | 10000 | 110011 | 110101 | 1000001 |
Color Harmonies of #D5C775
Complementary color
Monochromatic Colors of #D5C775
Black with #D5C775
Text Example
Text Example
White with #D5C775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C775; }
p { color: rgb(213,199,117); }
H1.HeaderClassName
{
color: #D5C775;
}
.AnyTagClassName
{
color: #D5C775;
}
</style>
background-color css
<style>
a { background-color: #D5C775; }
a { background-color: rgb(213,199,117); }
div.DivClassName
{
background-color: #D5C775;
}
.BgClassName
{
background-color: #D5C775;
}
</style>
border-color css
<style>
span { border-color: #D5C775; }
span { border-color: rgb(213,199,117); }
td.TdClassName
{
border-color: #D5C775;
}
.TagClassName
{
border-color: #D5C775;
}
</style>