Shades of Chenin #D5C771
Tints of Chenin #D5C771
RGB
CMYK
RGB Variations
Color information
#D5C771 (or 0xD5C771) is known color: Chenin. HEX triplet: D5, C7 and 71. RGB value is (213,199,113). Sum of RGB (Red+Green+Blue) = 213+199+113=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C771 is #2A388E. Grayscale: #C1C1C1. Windows color (decimal): -2766991 or 7456725. OLE color: 7456725.
HSL color Cylindrical-coordinate representation of color #D5C771: hue angle of 51.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5C771 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 113 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.16 |
| HSL | 51.6º | 0.54% | 0.64% | - |
| HSV(B) | 51.6º | 0.47% | 0.84% | - |
| XYZ | 50.84 | 56.19 | 23.79 | - |
| YUV | 193.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 113 | 0 | 0.07 | 0.47 | 0.16 | 51.6 | 0.54 | 0.64 |
| Hex | D5 | C7 | 71 | 0 | 7 | 2F | 10 | 34 | 36 | 40 |
| Octal | 325 | 307 | 161 | 0 | 7 | 57 | 20 | 64 | 66 | 100 |
| Binary | 11010101 | 11000111 | 1110001 | 0 | 111 | 101111 | 10000 | 110100 | 110110 | 1000000 |
Color Harmonies of #D5C771
Complementary color
Monochromatic Colors of #D5C771
Black with #D5C771
Text Example
Text Example
White with #D5C771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C771; }
p { color: rgb(213,199,113); }
H1.HeaderClassName
{
color: #D5C771;
}
.AnyTagClassName
{
color: #D5C771;
}
</style>
background-color css
<style>
a { background-color: #D5C771; }
a { background-color: rgb(213,199,113); }
div.DivClassName
{
background-color: #D5C771;
}
.BgClassName
{
background-color: #D5C771;
}
</style>
border-color css
<style>
span { border-color: #D5C771; }
span { border-color: rgb(213,199,113); }
td.TdClassName
{
border-color: #D5C771;
}
.TagClassName
{
border-color: #D5C771;
}
</style>