Shades of Chenin #D5C76B
Tints of Chenin #D5C76B
RGB
CMYK
RGB Variations
Color information
#D5C76B (or 0xD5C76B) is known color: Chenin. HEX triplet: D5, C7 and 6B. RGB value is (213,199,107). Sum of RGB (Red+Green+Blue) = 213+199+107=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C76B is #2A3894. Grayscale: #C1C1C1. Windows color (decimal): -2766997 or 7063509. OLE color: 7063509.
HSL color Cylindrical-coordinate representation of color #D5C76B: hue angle of 52.08º 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 #D5C76B is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 107 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.16 |
| HSL | 52.08º | 0.56% | 0.63% | - |
| HSV(B) | 52.08º | 0.5% | 0.84% | - |
| XYZ | 50.52 | 56.05 | 22.07 | - |
| YUV | 192.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 107 | 0 | 0.07 | 0.50 | 0.16 | 52.08 | 0.56 | 0.63 |
| Hex | D5 | C7 | 6B | 0 | 7 | 32 | 10 | 34 | 38 | 3F |
| Octal | 325 | 307 | 153 | 0 | 7 | 62 | 20 | 64 | 70 | 77 |
| Binary | 11010101 | 11000111 | 1101011 | 0 | 111 | 110010 | 10000 | 110100 | 111000 | 111111 |
Color Harmonies of #D5C76B
Complementary color
Monochromatic Colors of #D5C76B
Black with #D5C76B
Text Example
Text Example
White with #D5C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C76B; }
p { color: rgb(213,199,107); }
H1.HeaderClassName
{
color: #D5C76B;
}
.AnyTagClassName
{
color: #D5C76B;
}
</style>
background-color css
<style>
a { background-color: #D5C76B; }
a { background-color: rgb(213,199,107); }
div.DivClassName
{
background-color: #D5C76B;
}
.BgClassName
{
background-color: #D5C76B;
}
</style>
border-color css
<style>
span { border-color: #D5C76B; }
span { border-color: rgb(213,199,107); }
td.TdClassName
{
border-color: #D5C76B;
}
.TagClassName
{
border-color: #D5C76B;
}
</style>