Html Css Color HEX #D6AF9C Cashmere

📋 copy color: '#D6AF9C'

red 214 ◦ green 175 ◦ blue 156

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

Shades of Cashmere #D6AF9C

Tints of Cashmere #D6AF9C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.11%

 BLUE value IS 156 (61.33% from 255) = 28.62%

R = 39.27%
G = 32.11%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6AF9C (or 0xD6AF9C) is known color: Cashmere. HEX triplet: D6, AF and 9C. RGB value is (214,175,156). Sum of RGB (Red+Green+Blue) = 214+175+156=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF9C is #295063. Grayscale: #B8B8B8. Windows color (decimal): -2707556 or 10268630. OLE color: 10268630.

HSL color Cylindrical-coordinate representation of color #D6AF9C: hue angle of 19.66º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6AF9C is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 156 -
CMYK 0 0.18 0.27 0.16
HSL 19.66º 0.41% 0.73% -
HSV(B) 19.66º 0.27% 0.84% -
XYZ 49.06 47.36 38.01 -
YUV 184.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 214 175 156 0 0.18 0.27 0.16 19.66 0.41 0.73
Hex D6 AF 9C 0 12 1B 10 14 29 49
Octal 326 257 234 0 22 33 20 24 51 111
Binary 11010110 10101111 10011100 0 10010 11011 10000 10100 101001 1001001

Color Harmonies of #D6AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF9C

Black with #D6AF9C

Text Example


Text Example

White with #D6AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF9C; }

 p { color: rgb(214,175,156); }

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

background-color css

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

 a { background-color: rgb(214,175,156); }

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

border-color css

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

 span { border-color: rgb(214,175,156); }

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