Html Css Color HEX #D7BA9E Cashmere

📋 copy color: '#D7BA9E'

red 215 ◦ green 186 ◦ blue 158

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

Shades of Cashmere #D7BA9E

Tints of Cashmere #D7BA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.26%

R = 38.46%
G = 33.27%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7BA9E (or 0xD7BA9E) is known color: Cashmere. HEX triplet: D7, BA and 9E. RGB value is (215,186,158). Sum of RGB (Red+Green+Blue) = 215+186+158=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA9E is #284561. Grayscale: #BFBFBF. Windows color (decimal): -2639202 or 10402519. OLE color: 10402519.

HSL color Cylindrical-coordinate representation of color #D7BA9E: hue angle of 29.47º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7BA9E is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 186 158 -
CMYK 0 0.13 0.27 0.16
HSL 29.47º 0.42% 0.73% -
HSV(B) 29.47º 0.27% 0.84% -
XYZ 51.75 52.03 39.66 -
YUV 191.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 215 186 158 0 0.13 0.27 0.16 29.47 0.42 0.73
Hex D7 BA 9E 0 D 1B 10 1D 2A 49
Octal 327 272 236 0 15 33 20 35 52 111
Binary 11010111 10111010 10011110 0 1101 11011 10000 11101 101010 1001001

Color Harmonies of #D7BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA9E

Black with #D7BA9E

Text Example


Text Example

White with #D7BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA9E; }

 p { color: rgb(215,186,158); }

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

background-color css

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

 a { background-color: rgb(215,186,158); }

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

border-color css

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

 span { border-color: rgb(215,186,158); }

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