Html Css Color HEX #D6BA9D Cashmere

📋 copy color: '#D6BA9D'

red 214 ◦ green 186 ◦ blue 157

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

Shades of Cashmere #D6BA9D

Tints of Cashmere #D6BA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.19%

R = 38.42%
G = 33.39%
B = 28.19%

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

#D6BA9D (or 0xD6BA9D) is known color: Cashmere. HEX triplet: D6, BA and 9D. RGB value is (214,186,157). Sum of RGB (Red+Green+Blue) = 214+186+157=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA9D is #294562. Grayscale: #BFBFBF. Windows color (decimal): -2704739 or 10336982. OLE color: 10336982.

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

Color convert

RGB 214 186 157 -
CMYK 0 0.13 0.27 0.16
HSL 30.53º 0.41% 0.73% -
HSV(B) 30.53º 0.27% 0.84% -
XYZ 51.38 51.85 39.2 -
YUV 191.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 214 186 157 0 0.13 0.27 0.16 30.53 0.41 0.73
Hex D6 BA 9D 0 D 1B 10 1F 29 49
Octal 326 272 235 0 15 33 20 37 51 111
Binary 11010110 10111010 10011101 0 1101 11011 10000 11111 101001 1001001

Color Harmonies of #D6BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA9D

Black with #D6BA9D

Text Example


Text Example

White with #D6BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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