#DCAC92

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

Shades of Cashmere #DCAC92

Tints of Cashmere #DCAC92

Color information

#DCAC92 (or 0xDCAC92) is unknown color: approx Cashmere. HEX triplet: DC, AC and 92. RGB value is (220,172,146). Sum of RGB (Red+Green+Blue) = 220+172+146=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC92 is #23536D. Grayscale: #B7B7B7. Windows color (decimal): -2315118 or 9612508. OLE color: 9612508.

HSL color Cylindrical-coordinate representation of color #DCAC92: hue angle of 21.08º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCAC92 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220172146-
CMYK00.220.340.14
HSL21.08º51.39%71.76%-
HSV(B)21.08º33.64%86.27%-
XYZ49.4646.833.62-
YUV183.39106.9154.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 146 (57.42% from 255) = 27.14%
R=40.89%
G=31.97%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017214600.220.340.1421.0851.3971.76
HexDCAC9201622E153348
Octal33425422202642162563110
Binary1101110010101100100100100101101000101110101011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC92; }

 p { color: rgb(220,172,146); }

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

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

 a { background-color: rgb(220,172,146); }

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

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

 span { border-color: rgb(220,172,146); }

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