#D3AB8E

Color #D3AB8E Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #D3AB8E

Tints of Cashmere #D3AB8E

Color information

#D3AB8E (or 0xD3AB8E) is unknown color: approx Cashmere. HEX triplet: D3, AB and 8E. RGB value is (211,171,142). Sum of RGB (Red+Green+Blue) = 211+171+142=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AB8E is #2C5471. Grayscale: #B3B3B3. Windows color (decimal): -2905202 or 9350099. OLE color: 9350099.

HSL color Cylindrical-coordinate representation of color #D3AB8E: hue angle of 25.22º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3AB8E is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB211171142-
CMYK00.190.330.17
HSL25.22º43.95%69.22%-
HSV(B)25.22º32.7%82.75%-
XYZ46.3144.9331.82-
YUV179.65106.75150.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 40.27%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=40.27%
G=32.63%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117114200.190.330.1725.2243.9569.22
HexD3AB8E0132111192c45
Octal32325321602341213154105
Binary11010011101010111000111001001110000110001110011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AB8E; }

 p { color: rgb(211,171,142); }

 H1.HeaderClassName
 {
   color: #D3AB8E;
 }
 .AnyTagClassName
 {
   color: #D3AB8E;
 }
</style>
background-color css

<style>
 a { background-color: #D3AB8E; }

 a { background-color: rgb(211,171,142); }

 div.DivClassName
 {
   background-color: #D3AB8E;
 }
 .BgClassName
 {
   background-color: #D3AB8E;
 }
</style>
border-color css

<style>
 span { border-color: #D3AB8E; }

 span { border-color: rgb(211,171,142); }

 td.TdClassName
 {
   border-color: #D3AB8E;
 }
 .TagClassName
 {
   border-color: #D3AB8E;
 }
</style>