Shades of Chenin #D1BE75
Tints of Chenin #D1BE75
RGB
CMYK
RGB Variations
Color information
#D1BE75 (or 0xD1BE75) is known color: Chenin. HEX triplet: D1, BE and 75. RGB value is (209,190,117). Sum of RGB (Red+Green+Blue) = 209+190+117=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE75 is #2E418A. Grayscale: #BBBBBB. Windows color (decimal): -3031435 or 7716561. OLE color: 7716561.
HSL color Cylindrical-coordinate representation of color #D1BE75: hue angle of 47.61º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1BE75 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 117 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.18 |
| HSL | 47.61º | 0.5% | 0.64% | - |
| HSV(B) | 47.61º | 0.44% | 0.82% | - |
| XYZ | 47.92 | 51.67 | 24.28 | - |
| YUV | 187.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 117 | 0 | 0.09 | 0.44 | 0.18 | 47.61 | 0.5 | 0.64 |
| Hex | D1 | BE | 75 | 0 | 9 | 2C | 12 | 30 | 32 | 40 |
| Octal | 321 | 276 | 165 | 0 | 11 | 54 | 22 | 60 | 62 | 100 |
| Binary | 11010001 | 10111110 | 1110101 | 0 | 1001 | 101100 | 10010 | 110000 | 110010 | 1000000 |
Color Harmonies of #D1BE75
Complementary color
Monochromatic Colors of #D1BE75
Black with #D1BE75
Text Example
Text Example
White with #D1BE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE75; }
p { color: rgb(209,190,117); }
H1.HeaderClassName
{
color: #D1BE75;
}
.AnyTagClassName
{
color: #D1BE75;
}
</style>
background-color css
<style>
a { background-color: #D1BE75; }
a { background-color: rgb(209,190,117); }
div.DivClassName
{
background-color: #D1BE75;
}
.BgClassName
{
background-color: #D1BE75;
}
</style>
border-color css
<style>
span { border-color: #D1BE75; }
span { border-color: rgb(209,190,117); }
td.TdClassName
{
border-color: #D1BE75;
}
.TagClassName
{
border-color: #D1BE75;
}
</style>