Html Css Color HEX #D5AC97 Cashmere

📋 copy color: '#D5AC97'

red 213 ◦ green 172 ◦ blue 151

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

Shades of Cashmere #D5AC97

Tints of Cashmere #D5AC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.17%

R = 39.74%
G = 32.09%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D5AC97 (or 0xD5AC97) is known color: Cashmere. HEX triplet: D5, AC and 97. RGB value is (213,172,151). Sum of RGB (Red+Green+Blue) = 213+172+151=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC97 is #2A5368. Grayscale: #B5B5B5. Windows color (decimal): -2773865 or 9940181. OLE color: 9940181.

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

Color convert

RGB 213 172 151 -
CMYK 0 0.19 0.29 0.16
HSL 20.32º 0.42% 0.71% -
HSV(B) 20.32º 0.29% 0.84% -
XYZ 47.78 45.89 35.62 -
YUV 181.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 213 172 151 0 0.19 0.29 0.16 20.32 0.42 0.71
Hex D5 AC 97 0 13 1D 10 14 2A 47
Octal 325 254 227 0 23 35 20 24 52 107
Binary 11010101 10101100 10010111 0 10011 11101 10000 10100 101010 1000111

Color Harmonies of #D5AC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC97

Black with #D5AC97

Text Example


Text Example

White with #D5AC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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