Html Css Color HEX #DAAE91 Cashmere

📋 copy color: '#DAAE91'

red 218 ◦ green 174 ◦ blue 145

#DAAE91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #DAAE91

Tints of Cashmere #DAAE91

RGB

 RED value IS 218 (85.55% from 255) = 40.6%

 GREEN value IS 174 (68.36% from 255) = 32.4%

 BLUE value IS 145 (57.03% from 255) = 27%

R = 40.6%
G = 32.4%
B = 27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAAE91 (or 0xDAAE91) is known color: Cashmere. HEX triplet: DA, AE and 91. RGB value is (218,174,145). Sum of RGB (Red+Green+Blue) = 218+174+145=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE91 is #25516E. Grayscale: #B8B8B8. Windows color (decimal): -2445679 or 9547482. OLE color: 9547482.

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

Color convert

RGB 218 174 145 -
CMYK 0 0.20 0.33 0.15
HSL 23.84º 0.5% 0.71% -
HSV(B) 23.84º 0.33% 0.85% -
XYZ 49.16 47.22 33.31 -
YUV 183.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 218 174 145 0 0.20 0.33 0.15 23.84 0.5 0.71
Hex DA AE 91 0 14 21 F 18 32 47
Octal 332 256 221 0 24 41 17 30 62 107
Binary 11011010 10101110 10010001 0 10100 100001 1111 11000 110010 1000111

Color Harmonies of #DAAE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE91

Black with #DAAE91

Text Example


Text Example

White with #DAAE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE91; }

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

 H1.HeaderClassName
 {
   color: #DAAE91;
 }
 .AnyTagClassName
 {
   color: #DAAE91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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