Shades of Chenin #D5CA6B
Tints of Chenin #D5CA6B
RGB
CMYK
RGB Variations
Color information
#D5CA6B (or 0xD5CA6B) is known color: Chenin. HEX triplet: D5, CA and 6B. RGB value is (213,202,107). Sum of RGB (Red+Green+Blue) = 213+202+107=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA6B is #2A3594. Grayscale: #C2C2C2. Windows color (decimal): -2766229 or 7064277. OLE color: 7064277.
HSL color Cylindrical-coordinate representation of color #D5CA6B: hue angle of 53.77º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5CA6B is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 107 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.16 |
| HSL | 53.77º | 0.56% | 0.63% | - |
| HSV(B) | 53.77º | 0.5% | 0.84% | - |
| XYZ | 51.21 | 57.45 | 22.3 | - |
| YUV | 194.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 107 | 0 | 0.05 | 0.50 | 0.16 | 53.77 | 0.56 | 0.63 |
| Hex | D5 | CA | 6B | 0 | 5 | 32 | 10 | 36 | 38 | 3F |
| Octal | 325 | 312 | 153 | 0 | 5 | 62 | 20 | 66 | 70 | 77 |
| Binary | 11010101 | 11001010 | 1101011 | 0 | 101 | 110010 | 10000 | 110110 | 111000 | 111111 |
Color Harmonies of #D5CA6B
Complementary color
Monochromatic Colors of #D5CA6B
Black with #D5CA6B
Text Example
Text Example
White with #D5CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA6B; }
p { color: rgb(213,202,107); }
H1.HeaderClassName
{
color: #D5CA6B;
}
.AnyTagClassName
{
color: #D5CA6B;
}
</style>
background-color css
<style>
a { background-color: #D5CA6B; }
a { background-color: rgb(213,202,107); }
div.DivClassName
{
background-color: #D5CA6B;
}
.BgClassName
{
background-color: #D5CA6B;
}
</style>
border-color css
<style>
span { border-color: #D5CA6B; }
span { border-color: rgb(213,202,107); }
td.TdClassName
{
border-color: #D5CA6B;
}
.TagClassName
{
border-color: #D5CA6B;
}
</style>