Shades of Chenin #D7CA6B
Tints of Chenin #D7CA6B
RGB
CMYK
RGB Variations
Color information
#D7CA6B (or 0xD7CA6B) is known color: Chenin. HEX triplet: D7, CA and 6B. RGB value is (215,202,107). Sum of RGB (Red+Green+Blue) = 215+202+107=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA6B is #283594. Grayscale: #C3C3C3. Windows color (decimal): -2635157 or 7064279. OLE color: 7064279.
HSL color Cylindrical-coordinate representation of color #D7CA6B: hue angle of 52.78º degrees, saturation: 0.57, 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 #D7CA6B is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 107 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.16 |
| HSL | 52.78º | 0.57% | 0.63% | - |
| HSV(B) | 52.78º | 0.5% | 0.84% | - |
| XYZ | 51.8 | 57.75 | 22.33 | - |
| YUV | 195.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 107 | 0 | 0.06 | 0.50 | 0.16 | 52.78 | 0.57 | 0.63 |
| Hex | D7 | CA | 6B | 0 | 6 | 32 | 10 | 35 | 39 | 3F |
| Octal | 327 | 312 | 153 | 0 | 6 | 62 | 20 | 65 | 71 | 77 |
| Binary | 11010111 | 11001010 | 1101011 | 0 | 110 | 110010 | 10000 | 110101 | 111001 | 111111 |
Color Harmonies of #D7CA6B
Complementary color
Monochromatic Colors of #D7CA6B
Black with #D7CA6B
Text Example
Text Example
White with #D7CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CA6B; }
p { color: rgb(215,202,107); }
H1.HeaderClassName
{
color: #D7CA6B;
}
.AnyTagClassName
{
color: #D7CA6B;
}
</style>
background-color css
<style>
a { background-color: #D7CA6B; }
a { background-color: rgb(215,202,107); }
div.DivClassName
{
background-color: #D7CA6B;
}
.BgClassName
{
background-color: #D7CA6B;
}
</style>
border-color css
<style>
span { border-color: #D7CA6B; }
span { border-color: rgb(215,202,107); }
td.TdClassName
{
border-color: #D7CA6B;
}
.TagClassName
{
border-color: #D7CA6B;
}
</style>