Html Css Color HEX #D6AC94 Cashmere

📋 copy color: '#D6AC94'

red 214 ◦ green 172 ◦ blue 148

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

Shades of Cashmere #D6AC94

Tints of Cashmere #D6AC94

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

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

 BLUE value IS 148 (58.2% from 255) = 27.72%

R = 40.07%
G = 32.21%
B = 27.72%

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

#D6AC94 (or 0xD6AC94) is known color: Cashmere. HEX triplet: D6, AC and 94. RGB value is (214,172,148). Sum of RGB (Red+Green+Blue) = 214+172+148=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC94 is #29536B. Grayscale: #B5B5B5. Windows color (decimal): -2708332 or 9743574. OLE color: 9743574.

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

Color convert

RGB 214 172 148 -
CMYK 0 0.20 0.31 0.16
HSL 21.82º 0.45% 0.71% -
HSV(B) 21.82º 0.31% 0.84% -
XYZ 47.83 45.94 34.36 -
YUV 181.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 214 172 148 0 0.20 0.31 0.16 21.82 0.45 0.71
Hex D6 AC 94 0 14 1F 10 16 2D 47
Octal 326 254 224 0 24 37 20 26 55 107
Binary 11010110 10101100 10010100 0 10100 11111 10000 10110 101101 1000111

Color Harmonies of #D6AC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC94

Black with #D6AC94

Text Example


Text Example

White with #D6AC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC94; }

 p { color: rgb(214,172,148); }

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

background-color css

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

 a { background-color: rgb(214,172,148); }

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

border-color css

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

 span { border-color: rgb(214,172,148); }

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