Html Css Color HEX #D6BA9C Cashmere

📋 copy color: '#D6BA9C'

red 214 ◦ green 186 ◦ blue 156

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

Shades of Cashmere #D6BA9C

Tints of Cashmere #D6BA9C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.45%

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

R = 38.49%
G = 33.45%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6BA9C (or 0xD6BA9C) is known color: Cashmere. HEX triplet: D6, BA and 9C. RGB value is (214,186,156). Sum of RGB (Red+Green+Blue) = 214+186+156=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA9C is #294563. Grayscale: #BFBFBF. Windows color (decimal): -2704740 or 10271446. OLE color: 10271446.

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

Color convert

RGB 214 186 156 -
CMYK 0 0.13 0.27 0.16
HSL 31.03º 0.41% 0.73% -
HSV(B) 31.03º 0.27% 0.84% -
XYZ 51.29 51.81 38.75 -
YUV 190.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 214 186 156 0 0.13 0.27 0.16 31.03 0.41 0.73
Hex D6 BA 9C 0 D 1B 10 1F 29 49
Octal 326 272 234 0 15 33 20 37 51 111
Binary 11010110 10111010 10011100 0 1101 11011 10000 11111 101001 1001001

Color Harmonies of #D6BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA9C

Black with #D6BA9C

Text Example


Text Example

White with #D6BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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