#D2AC8F

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

Shades of Cashmere #D2AC8F

Tints of Cashmere #D2AC8F

Color information

#D2AC8F (or 0xD2AC8F) is unknown color: approx Cashmere. HEX triplet: D2, AC and 8F. RGB value is (210,172,143). Sum of RGB (Red+Green+Blue) = 210+172+143=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC8F is #2D5370. Grayscale: #B4B4B4. Windows color (decimal): -2970481 or 9415890. OLE color: 9415890.

HSL color Cylindrical-coordinate representation of color #D2AC8F: hue angle of 25.97º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2AC8F is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210172143-
CMYK00.180.320.18
HSL25.97º42.68%69.22%-
HSV(B)25.97º31.9%82.35%-
XYZ46.2945.1932.27-
YUV180.06107.09149.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 143 (56.25% from 255) = 27.24%
R=40%
G=32.76%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017214300.180.320.1825.9742.6869.22
HexD2AC8F01220121a2b45
Octal32225421702240223253105
Binary11010010101011001000111101001010000010010110101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC8F; }

 p { color: rgb(210,172,143); }

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

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

 a { background-color: rgb(210,172,143); }

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

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

 span { border-color: rgb(210,172,143); }

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