Shades of Cashmere #D5B392
Tints of Cashmere #D5B392
RGB
CMYK
RGB Variations
Color information
#D5B392 (or 0xD5B392) is known color: Cashmere. HEX triplet: D5, B3 and 92. RGB value is (213,179,146). Sum of RGB (Red+Green+Blue) = 213+179+146=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B392 is #2A4C6D. Grayscale: #B9B9B9. Windows color (decimal): -2772078 or 9614293. OLE color: 9614293.
HSL color Cylindrical-coordinate representation of color #D5B392: hue angle of 29.55º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5B392 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 146 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.16 |
| HSL | 29.55º | 0.44% | 0.7% | - |
| HSV(B) | 29.55º | 0.31% | 0.84% | - |
| XYZ | 48.75 | 48.46 | 33.98 | - |
| YUV | 185.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 146 | 0 | 0.16 | 0.31 | 0.16 | 29.55 | 0.44 | 0.7 |
| Hex | D5 | B3 | 92 | 0 | 10 | 1F | 10 | 1E | 2C | 46 |
| Octal | 325 | 263 | 222 | 0 | 20 | 37 | 20 | 36 | 54 | 106 |
| Binary | 11010101 | 10110011 | 10010010 | 0 | 10000 | 11111 | 10000 | 11110 | 101100 | 1000110 |
Color Harmonies of #D5B392
Complementary color
Monochromatic Colors of #D5B392
Black with #D5B392
Text Example
Text Example
White with #D5B392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B392; }
p { color: rgb(213,179,146); }
H1.HeaderClassName
{
color: #D5B392;
}
.AnyTagClassName
{
color: #D5B392;
}
</style>
background-color css
<style>
a { background-color: #D5B392; }
a { background-color: rgb(213,179,146); }
div.DivClassName
{
background-color: #D5B392;
}
.BgClassName
{
background-color: #D5B392;
}
</style>
border-color css
<style>
span { border-color: #D5B392; }
span { border-color: rgb(213,179,146); }
td.TdClassName
{
border-color: #D5B392;
}
.TagClassName
{
border-color: #D5B392;
}
</style>