Html Css Color HEX #D6B395 Cashmere

📋 copy color: '#D6B395'

red 214 ◦ green 179 ◦ blue 149

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

Shades of Cashmere #D6B395

Tints of Cashmere #D6B395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.49%

R = 39.48%
G = 33.03%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6B395 (or 0xD6B395) is known color: Cashmere. HEX triplet: D6, B3 and 95. RGB value is (214,179,149). Sum of RGB (Red+Green+Blue) = 214+179+149=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B395 is #294C6A. Grayscale: #BABABA. Windows color (decimal): -2706539 or 9810902. OLE color: 9810902.

HSL color Cylindrical-coordinate representation of color #D6B395: hue angle of 27.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6B395 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 149 -
CMYK 0 0.16 0.30 0.16
HSL 27.69º 0.44% 0.71% -
HSV(B) 27.69º 0.3% 0.84% -
XYZ 49.28 48.71 35.24 -
YUV 186.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 214 179 149 0 0.16 0.30 0.16 27.69 0.44 0.71
Hex D6 B3 95 0 10 1E 10 1C 2C 47
Octal 326 263 225 0 20 36 20 34 54 107
Binary 11010110 10110011 10010101 0 10000 11110 10000 11100 101100 1000111

Color Harmonies of #D6B395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B395

Black with #D6B395

Text Example


Text Example

White with #D6B395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B395; }

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

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

background-color css

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

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

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

border-color css

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

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

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