Html Css Color HEX #D6AC92 Cashmere

📋 copy color: '#D6AC92'

red 214 ◦ green 172 ◦ blue 146

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

Shades of Cashmere #D6AC92

Tints of Cashmere #D6AC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.44%

R = 40.23%
G = 32.33%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6AC92 (or 0xD6AC92) is known color: Cashmere. HEX triplet: D6, AC and 92. RGB value is (214,172,146). Sum of RGB (Red+Green+Blue) = 214+172+146=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC92 is #29536D. Grayscale: #B5B5B5. Windows color (decimal): -2708334 or 9612502. OLE color: 9612502.

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

Color convert

RGB 214 172 146 -
CMYK 0 0.20 0.32 0.16
HSL 22.94º 0.45% 0.71% -
HSV(B) 22.94º 0.32% 0.84% -
XYZ 47.67 45.88 33.54 -
YUV 181.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 214 172 146 0 0.20 0.32 0.16 22.94 0.45 0.71
Hex D6 AC 92 0 14 20 10 17 2D 47
Octal 326 254 222 0 24 40 20 27 55 107
Binary 11010110 10101100 10010010 0 10100 100000 10000 10111 101101 1000111

Color Harmonies of #D6AC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC92

Black with #D6AC92

Text Example


Text Example

White with #D6AC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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