Html Css Color HEX #D8BA9D Cashmere

📋 copy color: '#D8BA9D'

red 216 ◦ green 186 ◦ blue 157

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

Shades of Cashmere #D8BA9D

Tints of Cashmere #D8BA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.09%

R = 38.64%
G = 33.27%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8BA9D (or 0xD8BA9D) is known color: Cashmere. HEX triplet: D8, BA and 9D. RGB value is (216,186,157). Sum of RGB (Red+Green+Blue) = 216+186+157=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA9D is #274562. Grayscale: #BFBFBF. Windows color (decimal): -2573667 or 10336984. OLE color: 10336984.

HSL color Cylindrical-coordinate representation of color #D8BA9D: hue angle of 29.49º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8BA9D is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 157 -
CMYK 0 0.14 0.27 0.15
HSL 29.49º 0.43% 0.73% -
HSV(B) 29.49º 0.27% 0.85% -
XYZ 51.96 52.15 39.23 -
YUV 191.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 216 186 157 0 0.14 0.27 0.15 29.49 0.43 0.73
Hex D8 BA 9D 0 E 1B F 1D 2B 49
Octal 330 272 235 0 16 33 17 35 53 111
Binary 11011000 10111010 10011101 0 1110 11011 1111 11101 101011 1001001

Color Harmonies of #D8BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA9D

Black with #D8BA9D

Text Example


Text Example

White with #D8BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA9D; }

 p { color: rgb(216,186,157); }

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

background-color css

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

 a { background-color: rgb(216,186,157); }

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

border-color css

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

 span { border-color: rgb(216,186,157); }

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