Shades of Chenin #D5C66F
Tints of Chenin #D5C66F
RGB
CMYK
RGB Variations
Color information
#D5C66F (or 0xD5C66F) is known color: Chenin. HEX triplet: D5, C6 and 6F. RGB value is (213,198,111). Sum of RGB (Red+Green+Blue) = 213+198+111=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C66F is #2A3990. Grayscale: #C0C0C0. Windows color (decimal): -2767249 or 7325397. OLE color: 7325397.
HSL color Cylindrical-coordinate representation of color #D5C66F: hue angle of 51.18º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5C66F is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 111 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.16 |
| HSL | 51.18º | 0.55% | 0.64% | - |
| HSV(B) | 51.18º | 0.48% | 0.84% | - |
| XYZ | 50.5 | 55.68 | 23.12 | - |
| YUV | 192.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 111 | 0 | 0.07 | 0.48 | 0.16 | 51.18 | 0.55 | 0.64 |
| Hex | D5 | C6 | 6F | 0 | 7 | 30 | 10 | 33 | 37 | 40 |
| Octal | 325 | 306 | 157 | 0 | 7 | 60 | 20 | 63 | 67 | 100 |
| Binary | 11010101 | 11000110 | 1101111 | 0 | 111 | 110000 | 10000 | 110011 | 110111 | 1000000 |
Color Harmonies of #D5C66F
Complementary color
Monochromatic Colors of #D5C66F
Black with #D5C66F
Text Example
Text Example
White with #D5C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C66F; }
p { color: rgb(213,198,111); }
H1.HeaderClassName
{
color: #D5C66F;
}
.AnyTagClassName
{
color: #D5C66F;
}
</style>
background-color css
<style>
a { background-color: #D5C66F; }
a { background-color: rgb(213,198,111); }
div.DivClassName
{
background-color: #D5C66F;
}
.BgClassName
{
background-color: #D5C66F;
}
</style>
border-color css
<style>
span { border-color: #D5C66F; }
span { border-color: rgb(213,198,111); }
td.TdClassName
{
border-color: #D5C66F;
}
.TagClassName
{
border-color: #D5C66F;
}
</style>