Shades of Chenin #D5CA6A
Tints of Chenin #D5CA6A
RGB
CMYK
RGB Variations
Color information
#D5CA6A (or 0xD5CA6A) is known color: Chenin. HEX triplet: D5, CA and 6A. RGB value is (213,202,106). Sum of RGB (Red+Green+Blue) = 213+202+106=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA6A is #2A3595. Grayscale: #C2C2C2. Windows color (decimal): -2766230 or 6998741. OLE color: 6998741.
HSL color Cylindrical-coordinate representation of color #D5CA6A: hue angle of 53.83º 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 #D5CA6A is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 106 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.16 |
| HSL | 53.83º | 0.56% | 0.63% | - |
| HSV(B) | 53.83º | 0.5% | 0.84% | - |
| XYZ | 51.16 | 57.43 | 22.02 | - |
| YUV | 194.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 106 | 0 | 0.05 | 0.50 | 0.16 | 53.83 | 0.56 | 0.63 |
| Hex | D5 | CA | 6A | 0 | 5 | 32 | 10 | 36 | 38 | 3F |
| Octal | 325 | 312 | 152 | 0 | 5 | 62 | 20 | 66 | 70 | 77 |
| Binary | 11010101 | 11001010 | 1101010 | 0 | 101 | 110010 | 10000 | 110110 | 111000 | 111111 |
Color Harmonies of #D5CA6A
Complementary color
Monochromatic Colors of #D5CA6A
Black with #D5CA6A
Text Example
Text Example
White with #D5CA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA6A; }
p { color: rgb(213,202,106); }
H1.HeaderClassName
{
color: #D5CA6A;
}
.AnyTagClassName
{
color: #D5CA6A;
}
</style>
background-color css
<style>
a { background-color: #D5CA6A; }
a { background-color: rgb(213,202,106); }
div.DivClassName
{
background-color: #D5CA6A;
}
.BgClassName
{
background-color: #D5CA6A;
}
</style>
border-color css
<style>
span { border-color: #D5CA6A; }
span { border-color: rgb(213,202,106); }
td.TdClassName
{
border-color: #D5CA6A;
}
.TagClassName
{
border-color: #D5CA6A;
}
</style>