Html Css Color HEX #D6AC8F Cashmere

📋 copy color: '#D6AC8F'

red 214 ◦ green 172 ◦ blue 143

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

Shades of Cashmere #D6AC8F

Tints of Cashmere #D6AC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 40.45%
G = 32.51%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6AC8F (or 0xD6AC8F) is known color: Cashmere. HEX triplet: D6, AC and 8F. RGB value is (214,172,143). Sum of RGB (Red+Green+Blue) = 214+172+143=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC8F is #295370. Grayscale: #B5B5B5. Windows color (decimal): -2708337 or 9415894. OLE color: 9415894.

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

Color convert

RGB 214 172 143 -
CMYK 0 0.20 0.33 0.16
HSL 24.51º 0.46% 0.7% -
HSV(B) 24.51º 0.33% 0.84% -
XYZ 47.44 45.78 32.32 -
YUV 181.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 214 172 143 0 0.20 0.33 0.16 24.51 0.46 0.7
Hex D6 AC 8F 0 14 21 10 19 2E 46
Octal 326 254 217 0 24 41 20 31 56 106
Binary 11010110 10101100 10001111 0 10100 100001 10000 11001 101110 1000110

Color Harmonies of #D6AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC8F

Black with #D6AC8F

Text Example


Text Example

White with #D6AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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