Html Css Color HEX #D7B395 Cashmere

📋 copy color: '#D7B395'

red 215 ◦ green 179 ◦ blue 149

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

Shades of Cashmere #D7B395

Tints of Cashmere #D7B395

RGB

 RED value IS 215 (84.38% from 255) = 39.59%

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

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

R = 39.59%
G = 32.97%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7B395 (or 0xD7B395) is known color: Cashmere. HEX triplet: D7, B3 and 95. RGB value is (215,179,149). Sum of RGB (Red+Green+Blue) = 215+179+149=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B395 is #284C6A. Grayscale: #BABABA. Windows color (decimal): -2641003 or 9810903. OLE color: 9810903.

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

Color convert

RGB 215 179 149 -
CMYK 0 0.17 0.31 0.16
HSL 27.27º 0.45% 0.71% -
HSV(B) 27.27º 0.31% 0.84% -
XYZ 49.57 48.86 35.25 -
YUV 186.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 215 179 149 0 0.17 0.31 0.16 27.27 0.45 0.71
Hex D7 B3 95 0 11 1F 10 1B 2D 47
Octal 327 263 225 0 21 37 20 33 55 107
Binary 11010111 10110011 10010101 0 10001 11111 10000 11011 101101 1000111

Color Harmonies of #D7B395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B395

Black with #D7B395

Text Example


Text Example

White with #D7B395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B395; }

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

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

background-color css

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

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

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

border-color css

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

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

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