#DAAD95

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

Shades of Cashmere #DAAD95

Tints of Cashmere #DAAD95

Color information

#DAAD95 (or 0xDAAD95) is unknown color: approx Cashmere. HEX triplet: DA, AD and 95. RGB value is (218,173,149). Sum of RGB (Red+Green+Blue) = 218+173+149=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD95 is #25526A. Grayscale: #B7B7B7. Windows color (decimal): -2445931 or 9809370. OLE color: 9809370.

HSL color Cylindrical-coordinate representation of color #DAAD95: hue angle of 20.87º degrees, saturation: 0.48, 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 #DAAD95 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218173149-
CMYK00.210.320.15
HSL20.87º48.25%71.96%-
HSV(B)20.87º31.65%85.49%-
XYZ49.2846.9634.9-
YUV183.72108.41152.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=40.37%
G=32.04%
B=27.59%

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
Decimal21817314900.210.320.1520.8748.2571.96
HexDAAD9501520F153048
Octal33225522502540172560110
Binary1101101010101101100101010101011000001111101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD95; }

 p { color: rgb(218,173,149); }

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

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

 a { background-color: rgb(218,173,149); }

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

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

 span { border-color: rgb(218,173,149); }

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