#DAAE92

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

Shades of Cashmere #DAAE92

Tints of Cashmere #DAAE92

Color information

#DAAE92 (or 0xDAAE92) is unknown color: approx Cashmere. HEX triplet: DA, AE and 92. RGB value is (218,174,146). Sum of RGB (Red+Green+Blue) = 218+174+146=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE92 is #25516D. Grayscale: #B8B8B8. Windows color (decimal): -2445678 or 9613018. OLE color: 9613018.

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

Color convert

RGB218174146-
CMYK00.200.330.15
HSL23.33º49.32%71.37%-
HSV(B)23.33º33.03%85.49%-
XYZ49.2447.2533.72-
YUV183.96106.58152.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 146 (57.42% from 255) = 27.14%
R=40.52%
G=32.34%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817414600.200.330.1523.3349.3271.37
HexDAAE9201421F173147
Octal33225622202441172761107
Binary1101101010101110100100100101001000011111101111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE92; }

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

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

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

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

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

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

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

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