#DAAD92

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

Shades of Cashmere #DAAD92

Tints of Cashmere #DAAD92

Color information

#DAAD92 (or 0xDAAD92) is unknown color: approx Cashmere. HEX triplet: DA, AD and 92. RGB value is (218,173,146). Sum of RGB (Red+Green+Blue) = 218+173+146=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD92 is #25526D. Grayscale: #B7B7B7. Windows color (decimal): -2445934 or 9612762. OLE color: 9612762.

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

Color convert

RGB218173146-
CMYK00.210.330.15
HSL22.5º49.32%71.37%-
HSV(B)22.5º33.03%85.49%-
XYZ49.0546.8733.66-
YUV183.38106.91152.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 146 (57.42% from 255) = 27.19%
R=40.60%
G=32.22%
B=27.19%

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
Decimal21817314600.210.330.1522.549.3271.37
HexDAAD9201521F173147
Octal33225522202541172761107
Binary1101101010101101100100100101011000011111101111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD92; }

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

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

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

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

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

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

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

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