Html Css Color HEX #D6BA9F Cashmere

📋 copy color: '#D6BA9F'

red 214 ◦ green 186 ◦ blue 159

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

Shades of Cashmere #D6BA9F

Tints of Cashmere #D6BA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.44%

R = 38.28%
G = 33.27%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6BA9F (or 0xD6BA9F) is known color: Cashmere. HEX triplet: D6, BA and 9F. RGB value is (214,186,159). Sum of RGB (Red+Green+Blue) = 214+186+159=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA9F is #294560. Grayscale: #BFBFBF. Windows color (decimal): -2704737 or 10468054. OLE color: 10468054.

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

Color convert

RGB 214 186 159 -
CMYK 0 0.13 0.26 0.16
HSL 29.45º 0.4% 0.73% -
HSV(B) 29.45º 0.26% 0.84% -
XYZ 51.55 51.92 40.11 -
YUV 191.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 214 186 159 0 0.13 0.26 0.16 29.45 0.4 0.73
Hex D6 BA 9F 0 D 1A 10 1D 28 49
Octal 326 272 237 0 15 32 20 35 50 111
Binary 11010110 10111010 10011111 0 1101 11010 10000 11101 101000 1001001

Color Harmonies of #D6BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA9F

Black with #D6BA9F

Text Example


Text Example

White with #D6BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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