Html Css Color HEX #DAAE90 Cashmere

📋 copy color: '#DAAE90'

red 218 ◦ green 174 ◦ blue 144

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

Shades of Cashmere #DAAE90

Tints of Cashmere #DAAE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.87%

R = 40.67%
G = 32.46%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAAE90 (or 0xDAAE90) is known color: Cashmere. HEX triplet: DA, AE and 90. RGB value is (218,174,144). Sum of RGB (Red+Green+Blue) = 218+174+144=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE90 is #25516F. Grayscale: #B7B7B7. Windows color (decimal): -2445680 or 9481946. OLE color: 9481946.

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

Color convert

RGB 218 174 144 -
CMYK 0 0.20 0.34 0.15
HSL 24.32º 0.5% 0.71% -
HSV(B) 24.32º 0.34% 0.85% -
XYZ 49.08 47.19 32.91 -
YUV 183.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 218 174 144 0 0.20 0.34 0.15 24.32 0.5 0.71
Hex DA AE 90 0 14 22 F 18 32 47
Octal 332 256 220 0 24 42 17 30 62 107
Binary 11011010 10101110 10010000 0 10100 100010 1111 11000 110010 1000111

Color Harmonies of #DAAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE90

Black with #DAAE90

Text Example


Text Example

White with #DAAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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