Shades of Cashmere #D5B09A
Tints of Cashmere #D5B09A
RGB
CMYK
RGB Variations
Color information
#D5B09A (or 0xD5B09A) is known color: Cashmere. HEX triplet: D5, B0 and 9A. RGB value is (213,176,154). Sum of RGB (Red+Green+Blue) = 213+176+154=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B09A is #2A4F65. Grayscale: #B8B8B8. Windows color (decimal): -2772838 or 10137813. OLE color: 10137813.
HSL color Cylindrical-coordinate representation of color #D5B09A: hue angle of 22.37º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5B09A is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 154 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.16 |
| HSL | 22.37º | 0.41% | 0.72% | - |
| HSV(B) | 22.37º | 0.28% | 0.84% | - |
| XYZ | 48.8 | 47.53 | 37.17 | - |
| YUV | 184.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 154 | 0 | 0.17 | 0.28 | 0.16 | 22.37 | 0.41 | 0.72 |
| Hex | D5 | B0 | 9A | 0 | 11 | 1C | 10 | 16 | 29 | 48 |
| Octal | 325 | 260 | 232 | 0 | 21 | 34 | 20 | 26 | 51 | 110 |
| Binary | 11010101 | 10110000 | 10011010 | 0 | 10001 | 11100 | 10000 | 10110 | 101001 | 1001000 |
Color Harmonies of #D5B09A
Complementary color
Monochromatic Colors of #D5B09A
Black with #D5B09A
Text Example
Text Example
White with #D5B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B09A; }
p { color: rgb(213,176,154); }
H1.HeaderClassName
{
color: #D5B09A;
}
.AnyTagClassName
{
color: #D5B09A;
}
</style>
background-color css
<style>
a { background-color: #D5B09A; }
a { background-color: rgb(213,176,154); }
div.DivClassName
{
background-color: #D5B09A;
}
.BgClassName
{
background-color: #D5B09A;
}
</style>
border-color css
<style>
span { border-color: #D5B09A; }
span { border-color: rgb(213,176,154); }
td.TdClassName
{
border-color: #D5B09A;
}
.TagClassName
{
border-color: #D5B09A;
}
</style>