Shades of Cashmere #D3B8A4
Tints of Cashmere #D3B8A4
RGB
CMYK
RGB Variations
Color information
#D3B8A4 (or 0xD3B8A4) is known color: Cashmere. HEX triplet: D3, B8 and A4. RGB value is (211,184,164). Sum of RGB (Red+Green+Blue) = 211+184+164=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B8A4 is #2C475B. Grayscale: #BDBDBD. Windows color (decimal): -2901852 or 10795219. OLE color: 10795219.
HSL color Cylindrical-coordinate representation of color #D3B8A4: hue angle of 25.53º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3B8A4 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 184 | 164 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.17 |
| HSL | 25.53º | 0.35% | 0.74% | - |
| HSV(B) | 25.53º | 0.22% | 0.83% | - |
| XYZ | 50.71 | 50.81 | 42.26 | - |
| YUV | 189.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 184 | 164 | 0 | 0.13 | 0.22 | 0.17 | 25.53 | 0.35 | 0.74 |
| Hex | D3 | B8 | A4 | 0 | D | 16 | 11 | 1A | 23 | 4A |
| Octal | 323 | 270 | 244 | 0 | 15 | 26 | 21 | 32 | 43 | 112 |
| Binary | 11010011 | 10111000 | 10100100 | 0 | 1101 | 10110 | 10001 | 11010 | 100011 | 1001010 |
Color Harmonies of #D3B8A4
Complementary color
Monochromatic Colors of #D3B8A4
Black with #D3B8A4
Text Example
Text Example
White with #D3B8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B8A4; }
p { color: rgb(211,184,164); }
H1.HeaderClassName
{
color: #D3B8A4;
}
.AnyTagClassName
{
color: #D3B8A4;
}
</style>
background-color css
<style>
a { background-color: #D3B8A4; }
a { background-color: rgb(211,184,164); }
div.DivClassName
{
background-color: #D3B8A4;
}
.BgClassName
{
background-color: #D3B8A4;
}
</style>
border-color css
<style>
span { border-color: #D3B8A4; }
span { border-color: rgb(211,184,164); }
td.TdClassName
{
border-color: #D3B8A4;
}
.TagClassName
{
border-color: #D3B8A4;
}
</style>