Shades of Chenin #D5CA68
Tints of Chenin #D5CA68
RGB
CMYK
RGB Variations
Color information
#D5CA68 (or 0xD5CA68) is known color: Chenin. HEX triplet: D5, CA and 68. RGB value is (213,202,104). Sum of RGB (Red+Green+Blue) = 213+202+104=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA68 is #2A3597. Grayscale: #C2C2C2. Windows color (decimal): -2766232 or 6867669. OLE color: 6867669.
HSL color Cylindrical-coordinate representation of color #D5CA68: hue angle of 53.94º 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 #D5CA68 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 104 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.16 |
| HSL | 53.94º | 0.56% | 0.62% | - |
| HSV(B) | 53.94º | 0.51% | 0.84% | - |
| XYZ | 51.06 | 57.39 | 21.48 | - |
| YUV | 194.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 104 | 0 | 0.05 | 0.51 | 0.16 | 53.94 | 0.56 | 0.62 |
| Hex | D5 | CA | 68 | 0 | 5 | 33 | 10 | 36 | 38 | 3E |
| Octal | 325 | 312 | 150 | 0 | 5 | 63 | 20 | 66 | 70 | 76 |
| Binary | 11010101 | 11001010 | 1101000 | 0 | 101 | 110011 | 10000 | 110110 | 111000 | 111110 |
Color Harmonies of #D5CA68
Complementary color
Monochromatic Colors of #D5CA68
Black with #D5CA68
Text Example
Text Example
White with #D5CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA68; }
p { color: rgb(213,202,104); }
H1.HeaderClassName
{
color: #D5CA68;
}
.AnyTagClassName
{
color: #D5CA68;
}
</style>
background-color css
<style>
a { background-color: #D5CA68; }
a { background-color: rgb(213,202,104); }
div.DivClassName
{
background-color: #D5CA68;
}
.BgClassName
{
background-color: #D5CA68;
}
</style>
border-color css
<style>
span { border-color: #D5CA68; }
span { border-color: rgb(213,202,104); }
td.TdClassName
{
border-color: #D5CA68;
}
.TagClassName
{
border-color: #D5CA68;
}
</style>