Shades of Chenin #D5C768
Tints of Chenin #D5C768
RGB
CMYK
RGB Variations
Color information
#D5C768 (or 0xD5C768) is known color: Chenin. HEX triplet: D5, C7 and 68. RGB value is (213,199,104). Sum of RGB (Red+Green+Blue) = 213+199+104=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C768 is #2A3897. Grayscale: #C0C0C0. Windows color (decimal): -2767000 or 6866901. OLE color: 6866901.
HSL color Cylindrical-coordinate representation of color #D5C768: hue angle of 52.29º 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 #D5C768 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 104 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.16 |
| HSL | 52.29º | 0.56% | 0.62% | - |
| HSV(B) | 52.29º | 0.51% | 0.84% | - |
| XYZ | 50.36 | 55.99 | 21.25 | - |
| YUV | 192.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 104 | 0 | 0.07 | 0.51 | 0.16 | 52.29 | 0.56 | 0.62 |
| Hex | D5 | C7 | 68 | 0 | 7 | 33 | 10 | 34 | 38 | 3E |
| Octal | 325 | 307 | 150 | 0 | 7 | 63 | 20 | 64 | 70 | 76 |
| Binary | 11010101 | 11000111 | 1101000 | 0 | 111 | 110011 | 10000 | 110100 | 111000 | 111110 |
Color Harmonies of #D5C768
Complementary color
Monochromatic Colors of #D5C768
Black with #D5C768
Text Example
Text Example
White with #D5C768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C768; }
p { color: rgb(213,199,104); }
H1.HeaderClassName
{
color: #D5C768;
}
.AnyTagClassName
{
color: #D5C768;
}
</style>
background-color css
<style>
a { background-color: #D5C768; }
a { background-color: rgb(213,199,104); }
div.DivClassName
{
background-color: #D5C768;
}
.BgClassName
{
background-color: #D5C768;
}
</style>
border-color css
<style>
span { border-color: #D5C768; }
span { border-color: rgb(213,199,104); }
td.TdClassName
{
border-color: #D5C768;
}
.TagClassName
{
border-color: #D5C768;
}
</style>