Html Css Color HEX #D5AA93 Cashmere

📋 copy color: '#D5AA93'

red 213 ◦ green 170 ◦ blue 147

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

Shades of Cashmere #D5AA93

Tints of Cashmere #D5AA93

RGB

 RED value IS 213 (83.59% from 255) = 40.19%

 GREEN value IS 170 (66.8% from 255) = 32.08%

 BLUE value IS 147 (57.81% from 255) = 27.74%

R = 40.19%
G = 32.08%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5AA93 (or 0xD5AA93) is known color: Cashmere. HEX triplet: D5, AA and 93. RGB value is (213,170,147). Sum of RGB (Red+Green+Blue) = 213+170+147=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AA93 is #2A556C. Grayscale: #B4B4B4. Windows color (decimal): -2774381 or 9677525. OLE color: 9677525.

HSL color Cylindrical-coordinate representation of color #D5AA93: hue angle of 20.91º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5AA93 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 147 -
CMYK 0 0.20 0.31 0.16
HSL 20.91º 0.44% 0.71% -
HSV(B) 20.91º 0.31% 0.84% -
XYZ 47.08 45 33.81 -
YUV 180.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 213 170 147 0 0.20 0.31 0.16 20.91 0.44 0.71
Hex D5 AA 93 0 14 1F 10 15 2C 47
Octal 325 252 223 0 24 37 20 25 54 107
Binary 11010101 10101010 10010011 0 10100 11111 10000 10101 101100 1000111

Color Harmonies of #D5AA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AA93

Black with #D5AA93

Text Example


Text Example

White with #D5AA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AA93; }

 p { color: rgb(213,170,147); }

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

background-color css

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

 a { background-color: rgb(213,170,147); }

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

border-color css

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

 span { border-color: rgb(213,170,147); }

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