Shades of Chenin #D4BB6D
Tints of Chenin #D4BB6D
RGB
CMYK
RGB Variations
Color information
#D4BB6D (or 0xD4BB6D) is known color: Chenin. HEX triplet: D4, BB and 6D. RGB value is (212,187,109). Sum of RGB (Red+Green+Blue) = 212+187+109=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BB6D is #2B4492. Grayscale: #B9B9B9. Windows color (decimal): -2835603 or 7191508. OLE color: 7191508.
HSL color Cylindrical-coordinate representation of color #D4BB6D: hue angle of 45.44º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4BB6D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 109 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.17 |
| HSL | 45.44º | 0.54% | 0.63% | - |
| HSV(B) | 45.44º | 0.49% | 0.83% | - |
| XYZ | 47.68 | 50.64 | 21.73 | - |
| YUV | 185.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 109 | 0 | 0.12 | 0.49 | 0.17 | 45.44 | 0.54 | 0.63 |
| Hex | D4 | BB | 6D | 0 | C | 31 | 11 | 2D | 36 | 3F |
| Octal | 324 | 273 | 155 | 0 | 14 | 61 | 21 | 55 | 66 | 77 |
| Binary | 11010100 | 10111011 | 1101101 | 0 | 1100 | 110001 | 10001 | 101101 | 110110 | 111111 |
Color Harmonies of #D4BB6D
Complementary color
Monochromatic Colors of #D4BB6D
Black with #D4BB6D
Text Example
Text Example
White with #D4BB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BB6D; }
p { color: rgb(212,187,109); }
H1.HeaderClassName
{
color: #D4BB6D;
}
.AnyTagClassName
{
color: #D4BB6D;
}
</style>
background-color css
<style>
a { background-color: #D4BB6D; }
a { background-color: rgb(212,187,109); }
div.DivClassName
{
background-color: #D4BB6D;
}
.BgClassName
{
background-color: #D4BB6D;
}
</style>
border-color css
<style>
span { border-color: #D4BB6D; }
span { border-color: rgb(212,187,109); }
td.TdClassName
{
border-color: #D4BB6D;
}
.TagClassName
{
border-color: #D4BB6D;
}
</style>