Html Css Color HEX #D5AC93 Cashmere

📋 copy color: '#D5AC93'

red 213 ◦ green 172 ◦ blue 147

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

Shades of Cashmere #D5AC93

Tints of Cashmere #D5AC93

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.33%

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

R = 40.04%
G = 32.33%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5AC93 (or 0xD5AC93) is known color: Cashmere. HEX triplet: D5, AC and 93. RGB value is (213,172,147). Sum of RGB (Red+Green+Blue) = 213+172+147=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC93 is #2A536C. Grayscale: #B5B5B5. Windows color (decimal): -2773869 or 9678037. OLE color: 9678037.

HSL color Cylindrical-coordinate representation of color #D5AC93: hue angle of 22.73º 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 #D5AC93 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 147 -
CMYK 0 0.19 0.31 0.16
HSL 22.73º 0.44% 0.71% -
HSV(B) 22.73º 0.31% 0.84% -
XYZ 47.46 45.76 33.93 -
YUV 181.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 213 172 147 0 0.19 0.31 0.16 22.73 0.44 0.71
Hex D5 AC 93 0 13 1F 10 17 2C 47
Octal 325 254 223 0 23 37 20 27 54 107
Binary 11010101 10101100 10010011 0 10011 11111 10000 10111 101100 1000111

Color Harmonies of #D5AC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC93

Black with #D5AC93

Text Example


Text Example

White with #D5AC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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