Html Css Color HEX #D8B393 Cashmere

📋 copy color: '#D8B393'

red 216 ◦ green 179 ◦ blue 147

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

Shades of Cashmere #D8B393

Tints of Cashmere #D8B393

RGB

 RED value IS 216 (84.77% from 255) = 39.85%

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

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

R = 39.85%
G = 33.03%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D8B393 (or 0xD8B393) is known color: Cashmere. HEX triplet: D8, B3 and 93. RGB value is (216,179,147). Sum of RGB (Red+Green+Blue) = 216+179+147=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B393 is #274C6C. Grayscale: #BABABA. Windows color (decimal): -2575469 or 9679832. OLE color: 9679832.

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

Color convert

RGB 216 179 147 -
CMYK 0 0.17 0.32 0.15
HSL 27.83º 0.47% 0.71% -
HSV(B) 27.83º 0.32% 0.85% -
XYZ 49.71 48.95 34.43 -
YUV 186.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 216 179 147 0 0.17 0.32 0.15 27.83 0.47 0.71
Hex D8 B3 93 0 11 20 F 1C 2F 47
Octal 330 263 223 0 21 40 17 34 57 107
Binary 11011000 10110011 10010011 0 10001 100000 1111 11100 101111 1000111

Color Harmonies of #D8B393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B393

Black with #D8B393

Text Example


Text Example

White with #D8B393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B393; }

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

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

background-color css

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

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

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

border-color css

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

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

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