Shades of Chenin #D5C668
Tints of Chenin #D5C668
RGB
CMYK
RGB Variations
Color information
#D5C668 (or 0xD5C668) is known color: Chenin. HEX triplet: D5, C6 and 68. RGB value is (213,198,104). Sum of RGB (Red+Green+Blue) = 213+198+104=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C668 is #2A3997. Grayscale: #C0C0C0. Windows color (decimal): -2767256 or 6866645. OLE color: 6866645.
HSL color Cylindrical-coordinate representation of color #D5C668: hue angle of 51.74º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5C668 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 104 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.16 |
| HSL | 51.74º | 0.56% | 0.62% | - |
| HSV(B) | 51.74º | 0.51% | 0.84% | - |
| XYZ | 50.13 | 55.53 | 21.17 | - |
| YUV | 191.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 104 | 0 | 0.07 | 0.51 | 0.16 | 51.74 | 0.56 | 0.62 |
| Hex | D5 | C6 | 68 | 0 | 7 | 33 | 10 | 34 | 38 | 3E |
| Octal | 325 | 306 | 150 | 0 | 7 | 63 | 20 | 64 | 70 | 76 |
| Binary | 11010101 | 11000110 | 1101000 | 0 | 111 | 110011 | 10000 | 110100 | 111000 | 111110 |
Color Harmonies of #D5C668
Complementary color
Monochromatic Colors of #D5C668
Black with #D5C668
Text Example
Text Example
White with #D5C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C668; }
p { color: rgb(213,198,104); }
H1.HeaderClassName
{
color: #D5C668;
}
.AnyTagClassName
{
color: #D5C668;
}
</style>
background-color css
<style>
a { background-color: #D5C668; }
a { background-color: rgb(213,198,104); }
div.DivClassName
{
background-color: #D5C668;
}
.BgClassName
{
background-color: #D5C668;
}
</style>
border-color css
<style>
span { border-color: #D5C668; }
span { border-color: rgb(213,198,104); }
td.TdClassName
{
border-color: #D5C668;
}
.TagClassName
{
border-color: #D5C668;
}
</style>