#DAAC94

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

Shades of Cashmere #DAAC94

Tints of Cashmere #DAAC94

Color information

#DAAC94 (or 0xDAAC94) is unknown color: approx Cashmere. HEX triplet: DA, AC and 94. RGB value is (218,172,148). Sum of RGB (Red+Green+Blue) = 218+172+148=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC94 is #25536B. Grayscale: #B7B7B7. Windows color (decimal): -2446188 or 9743578. OLE color: 9743578.

HSL color Cylindrical-coordinate representation of color #DAAC94: hue angle of 20.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAAC94 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218172148-
CMYK00.210.320.15
HSL20.57º48.61%71.76%-
HSV(B)20.57º32.11%85.49%-
XYZ49.0146.5534.42-
YUV183.02108.24152.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=40.52%
G=31.97%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817214800.210.320.1520.5748.6171.76
HexDAAC9401520F153148
Octal33225422402540172561110
Binary1101101010101100100101000101011000001111101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAC94; }

 p { color: rgb(218,172,148); }

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

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

 a { background-color: rgb(218,172,148); }

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

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

 span { border-color: rgb(218,172,148); }

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