#DAAE98

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

Shades of Cashmere #DAAE98

Tints of Cashmere #DAAE98

Color information

#DAAE98 (or 0xDAAE98) is unknown color: approx Cashmere. HEX triplet: DA, AE and 98. RGB value is (218,174,152). Sum of RGB (Red+Green+Blue) = 218+174+152=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE98 is #255167. Grayscale: #B8B8B8. Windows color (decimal): -2445672 or 10006234. OLE color: 10006234.

HSL color Cylindrical-coordinate representation of color #DAAE98: hue angle of 20º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAAE98 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218174152-
CMYK00.200.300.15
HSL20º47.14%72.55%-
HSV(B)20º30.28%85.49%-
XYZ49.7247.4436.24-
YUV184.65109.58151.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=40.07%
G=31.99%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817415200.200.300.152047.1472.55
HexDAAE980141EF142f49
Octal33225623002436172457111
Binary110110101010111010011000010100111101111101001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE98; }

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

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

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

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

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

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

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

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