Html Css Color HEX #D7B393 Cashmere

📋 copy color: '#D7B393'

red 215 ◦ green 179 ◦ blue 147

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

Shades of Cashmere #D7B393

Tints of Cashmere #D7B393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.17%

R = 39.74%
G = 33.09%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D7B393 (or 0xD7B393) is known color: Cashmere. HEX triplet: D7, B3 and 93. RGB value is (215,179,147). Sum of RGB (Red+Green+Blue) = 215+179+147=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B393 is #284C6C. Grayscale: #BABABA. Windows color (decimal): -2641005 or 9679831. OLE color: 9679831.

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

Color convert

RGB 215 179 147 -
CMYK 0 0.17 0.32 0.16
HSL 28.24º 0.46% 0.71% -
HSV(B) 28.24º 0.32% 0.84% -
XYZ 49.41 48.79 34.42 -
YUV 186.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 215 179 147 0 0.17 0.32 0.16 28.24 0.46 0.71
Hex D7 B3 93 0 11 20 10 1C 2E 47
Octal 327 263 223 0 21 40 20 34 56 107
Binary 11010111 10110011 10010011 0 10001 100000 10000 11100 101110 1000111

Color Harmonies of #D7B393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B393

Black with #D7B393

Text Example


Text Example

White with #D7B393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B393; }

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

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

background-color css

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

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

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

border-color css

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

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

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