Shades of Chenin #D5BC75
Tints of Chenin #D5BC75
RGB
CMYK
RGB Variations
Color information
#D5BC75 (or 0xD5BC75) is known color: Chenin. HEX triplet: D5, BC and 75. RGB value is (213,188,117). Sum of RGB (Red+Green+Blue) = 213+188+117=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC75 is #2A438A. Grayscale: #BBBBBB. Windows color (decimal): -2769803 or 7716053. OLE color: 7716053.
HSL color Cylindrical-coordinate representation of color #D5BC75: hue angle of 44.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5BC75 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 117 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.16 |
| HSL | 44.38º | 0.53% | 0.65% | - |
| HSV(B) | 44.38º | 0.45% | 0.84% | - |
| XYZ | 48.63 | 51.4 | 24.19 | - |
| YUV | 187.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 117 | 0 | 0.12 | 0.45 | 0.16 | 44.38 | 0.53 | 0.65 |
| Hex | D5 | BC | 75 | 0 | C | 2D | 10 | 2C | 35 | 41 |
| Octal | 325 | 274 | 165 | 0 | 14 | 55 | 20 | 54 | 65 | 101 |
| Binary | 11010101 | 10111100 | 1110101 | 0 | 1100 | 101101 | 10000 | 101100 | 110101 | 1000001 |
Color Harmonies of #D5BC75
Complementary color
Monochromatic Colors of #D5BC75
Black with #D5BC75
Text Example
Text Example
White with #D5BC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC75; }
p { color: rgb(213,188,117); }
H1.HeaderClassName
{
color: #D5BC75;
}
.AnyTagClassName
{
color: #D5BC75;
}
</style>
background-color css
<style>
a { background-color: #D5BC75; }
a { background-color: rgb(213,188,117); }
div.DivClassName
{
background-color: #D5BC75;
}
.BgClassName
{
background-color: #D5BC75;
}
</style>
border-color css
<style>
span { border-color: #D5BC75; }
span { border-color: rgb(213,188,117); }
td.TdClassName
{
border-color: #D5BC75;
}
.TagClassName
{
border-color: #D5BC75;
}
</style>