Html Css Color HEX #D6B39C Cashmere

📋 copy color: '#D6B39C'

red 214 ◦ green 179 ◦ blue 156

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

Shades of Cashmere #D6B39C

Tints of Cashmere #D6B39C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.6%

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

R = 38.98%
G = 32.6%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6B39C (or 0xD6B39C) is known color: Cashmere. HEX triplet: D6, B3 and 9C. RGB value is (214,179,156). Sum of RGB (Red+Green+Blue) = 214+179+156=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B39C is #294C63. Grayscale: #BABABA. Windows color (decimal): -2706532 or 10269654. OLE color: 10269654.

HSL color Cylindrical-coordinate representation of color #D6B39C: hue angle of 23.79º 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 #D6B39C is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 156 -
CMYK 0 0.16 0.27 0.16
HSL 23.79º 0.41% 0.73% -
HSV(B) 23.79º 0.27% 0.84% -
XYZ 49.85 48.94 38.27 -
YUV 186.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 214 179 156 0 0.16 0.27 0.16 23.79 0.41 0.73
Hex D6 B3 9C 0 10 1B 10 18 29 49
Octal 326 263 234 0 20 33 20 30 51 111
Binary 11010110 10110011 10011100 0 10000 11011 10000 11000 101001 1001001

Color Harmonies of #D6B39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B39C

Black with #D6B39C

Text Example


Text Example

White with #D6B39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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