Shades of Chenin #D5BF6C
Tints of Chenin #D5BF6C
RGB
CMYK
RGB Variations
Color information
#D5BF6C (or 0xD5BF6C) is known color: Chenin. HEX triplet: D5, BF and 6C. RGB value is (213,191,108). Sum of RGB (Red+Green+Blue) = 213+191+108=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF6C is #2A4093. Grayscale: #BCBCBC. Windows color (decimal): -2769044 or 7126997. OLE color: 7126997.
HSL color Cylindrical-coordinate representation of color #D5BF6C: hue angle of 47.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5BF6C is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 108 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.16 |
| HSL | 47.43º | 0.56% | 0.63% | - |
| HSV(B) | 47.43º | 0.49% | 0.84% | - |
| XYZ | 48.78 | 52.49 | 21.75 | - |
| YUV | 188.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 108 | 0 | 0.10 | 0.49 | 0.16 | 47.43 | 0.56 | 0.63 |
| Hex | D5 | BF | 6C | 0 | A | 31 | 10 | 2F | 38 | 3F |
| Octal | 325 | 277 | 154 | 0 | 12 | 61 | 20 | 57 | 70 | 77 |
| Binary | 11010101 | 10111111 | 1101100 | 0 | 1010 | 110001 | 10000 | 101111 | 111000 | 111111 |
Color Harmonies of #D5BF6C
Complementary color
Monochromatic Colors of #D5BF6C
Black with #D5BF6C
Text Example
Text Example
White with #D5BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF6C; }
p { color: rgb(213,191,108); }
H1.HeaderClassName
{
color: #D5BF6C;
}
.AnyTagClassName
{
color: #D5BF6C;
}
</style>
background-color css
<style>
a { background-color: #D5BF6C; }
a { background-color: rgb(213,191,108); }
div.DivClassName
{
background-color: #D5BF6C;
}
.BgClassName
{
background-color: #D5BF6C;
}
</style>
border-color css
<style>
span { border-color: #D5BF6C; }
span { border-color: rgb(213,191,108); }
td.TdClassName
{
border-color: #D5BF6C;
}
.TagClassName
{
border-color: #D5BF6C;
}
</style>