#DAAD96

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

Shades of Cashmere #DAAD96

Tints of Cashmere #DAAD96

Color information

#DAAD96 (or 0xDAAD96) is unknown color: approx Cashmere. HEX triplet: DA, AD and 96. RGB value is (218,173,150). Sum of RGB (Red+Green+Blue) = 218+173+150=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD96 is #255269. Grayscale: #B7B7B7. Windows color (decimal): -2445930 or 9874906. OLE color: 9874906.

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

Color convert

RGB218173150-
CMYK00.210.310.15
HSL20.29º47.89%72.16%-
HSV(B)20.29º31.19%85.49%-
XYZ49.3646.9935.32-
YUV183.83108.91152.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 150 (58.98% from 255) = 27.73%
R=40.30%
G=31.98%
B=27.73%

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
Decimal21817315000.210.310.1520.2947.8972.16
HexDAAD960151FF143048
Octal33225522602537172460110
Binary110110101010110110010110010101111111111101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD96; }

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

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

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

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

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

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

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

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