Shades of Cashmere #D5B69B
Tints of Cashmere #D5B69B
RGB
CMYK
RGB Variations
Color information
#D5B69B (or 0xD5B69B) is known color: Cashmere. HEX triplet: D5, B6 and 9B. RGB value is (213,182,155). Sum of RGB (Red+Green+Blue) = 213+182+155=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B69B is #2A4964. Grayscale: #BCBCBC. Windows color (decimal): -2771301 or 10204885. OLE color: 10204885.
HSL color Cylindrical-coordinate representation of color #D5B69B: hue angle of 27.93º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5B69B is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 182 | 155 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.16 |
| HSL | 27.93º | 0.41% | 0.72% | - |
| HSV(B) | 27.93º | 0.27% | 0.84% | - |
| XYZ | 50.08 | 49.97 | 38.02 | - |
| YUV | 188.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 182 | 155 | 0 | 0.15 | 0.27 | 0.16 | 27.93 | 0.41 | 0.72 |
| Hex | D5 | B6 | 9B | 0 | F | 1B | 10 | 1C | 29 | 48 |
| Octal | 325 | 266 | 233 | 0 | 17 | 33 | 20 | 34 | 51 | 110 |
| Binary | 11010101 | 10110110 | 10011011 | 0 | 1111 | 11011 | 10000 | 11100 | 101001 | 1001000 |
Color Harmonies of #D5B69B
Complementary color
Monochromatic Colors of #D5B69B
Black with #D5B69B
Text Example
Text Example
White with #D5B69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B69B; }
p { color: rgb(213,182,155); }
H1.HeaderClassName
{
color: #D5B69B;
}
.AnyTagClassName
{
color: #D5B69B;
}
</style>
background-color css
<style>
a { background-color: #D5B69B; }
a { background-color: rgb(213,182,155); }
div.DivClassName
{
background-color: #D5B69B;
}
.BgClassName
{
background-color: #D5B69B;
}
</style>
border-color css
<style>
span { border-color: #D5B69B; }
span { border-color: rgb(213,182,155); }
td.TdClassName
{
border-color: #D5B69B;
}
.TagClassName
{
border-color: #D5B69B;
}
</style>