Html Css Color HEX #DAAE9B Cashmere

📋 copy color: '#DAAE9B'

red 218 ◦ green 174 ◦ blue 155

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

Shades of Cashmere #DAAE9B

Tints of Cashmere #DAAE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.34%

R = 39.85%
G = 31.81%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAAE9B (or 0xDAAE9B) is known color: Cashmere. HEX triplet: DA, AE and 9B. RGB value is (218,174,155). Sum of RGB (Red+Green+Blue) = 218+174+155=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE9B is #255164. Grayscale: #B9B9B9. Windows color (decimal): -2445669 or 10202842. OLE color: 10202842.

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

Color convert

RGB 218 174 155 -
CMYK 0 0.20 0.29 0.15
HSL 18.1º 0.46% 0.73% -
HSV(B) 18.1º 0.29% 0.85% -
XYZ 49.97 47.54 37.55 -
YUV 184.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 218 174 155 0 0.20 0.29 0.15 18.1 0.46 0.73
Hex DA AE 9B 0 14 1D F 12 2E 49
Octal 332 256 233 0 24 35 17 22 56 111
Binary 11011010 10101110 10011011 0 10100 11101 1111 10010 101110 1001001

Color Harmonies of #DAAE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE9B

Black with #DAAE9B

Text Example


Text Example

White with #DAAE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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