#DAAD91

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

Shades of Cashmere #DAAD91

Tints of Cashmere #DAAD91

Color information

#DAAD91 (or 0xDAAD91) is unknown color: approx Cashmere. HEX triplet: DA, AD and 91. RGB value is (218,173,145). Sum of RGB (Red+Green+Blue) = 218+173+145=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD91 is #25526E. Grayscale: #B7B7B7. Windows color (decimal): -2445935 or 9547226. OLE color: 9547226.

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

Color convert

RGB218173145-
CMYK00.210.330.15
HSL23.01º49.66%71.18%-
HSV(B)23.01º33.49%85.49%-
XYZ48.9746.8433.25-
YUV183.26106.41152.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 145 (57.03% from 255) = 27.05%
R=40.67%
G=32.28%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817314500.210.330.1523.0149.6671.18
HexDAAD9101521F173247
Octal33225522102541172762107
Binary1101101010101101100100010101011000011111101111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD91; }

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

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

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

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

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

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

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

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