#DAAD97

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

Shades of Cashmere #DAAD97

Tints of Cashmere #DAAD97

Color information

#DAAD97 (or 0xDAAD97) is unknown color: approx Cashmere. HEX triplet: DA, AD and 97. RGB value is (218,173,151). Sum of RGB (Red+Green+Blue) = 218+173+151=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD97 is #255268. Grayscale: #B8B8B8. Windows color (decimal): -2445929 or 9940442. OLE color: 9940442.

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

Color convert

RGB218173151-
CMYK00.210.310.15
HSL19.7º47.52%72.35%-
HSV(B)19.7º30.73%85.49%-
XYZ49.4447.0335.75-
YUV183.95109.41152.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 151 (59.38% from 255) = 27.86%
R=40.22%
G=31.92%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817315100.210.310.1519.747.5272.35
HexDAAD970151FF143048
Octal33225522702537172460110
Binary110110101010110110010111010101111111111101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD97; }

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

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

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

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

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

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

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

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