Shades of Chenin #D2BB73
Tints of Chenin #D2BB73
RGB
CMYK
RGB Variations
Color information
#D2BB73 (or 0xD2BB73) is known color: Chenin. HEX triplet: D2, BB and 73. RGB value is (210,187,115). Sum of RGB (Red+Green+Blue) = 210+187+115=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BB73 is #2D448C. Grayscale: #B9B9B9. Windows color (decimal): -2966669 or 7584722. OLE color: 7584722.
HSL color Cylindrical-coordinate representation of color #D2BB73: hue angle of 45.47º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2BB73 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 115 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.18 |
| HSL | 45.47º | 0.51% | 0.64% | - |
| HSV(B) | 45.47º | 0.45% | 0.82% | - |
| XYZ | 47.44 | 50.48 | 23.46 | - |
| YUV | 185.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 115 | 0 | 0.11 | 0.45 | 0.18 | 45.47 | 0.51 | 0.64 |
| Hex | D2 | BB | 73 | 0 | B | 2D | 12 | 2D | 33 | 40 |
| Octal | 322 | 273 | 163 | 0 | 13 | 55 | 22 | 55 | 63 | 100 |
| Binary | 11010010 | 10111011 | 1110011 | 0 | 1011 | 101101 | 10010 | 101101 | 110011 | 1000000 |
Color Harmonies of #D2BB73
Complementary color
Monochromatic Colors of #D2BB73
Black with #D2BB73
Text Example
Text Example
White with #D2BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BB73; }
p { color: rgb(210,187,115); }
H1.HeaderClassName
{
color: #D2BB73;
}
.AnyTagClassName
{
color: #D2BB73;
}
</style>
background-color css
<style>
a { background-color: #D2BB73; }
a { background-color: rgb(210,187,115); }
div.DivClassName
{
background-color: #D2BB73;
}
.BgClassName
{
background-color: #D2BB73;
}
</style>
border-color css
<style>
span { border-color: #D2BB73; }
span { border-color: rgb(210,187,115); }
td.TdClassName
{
border-color: #D2BB73;
}
.TagClassName
{
border-color: #D2BB73;
}
</style>