Html Css Color HEX #D7BB9C Cashmere

📋 copy color: '#D7BB9C'

red 215 ◦ green 187 ◦ blue 156

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

Shades of Cashmere #D7BB9C

Tints of Cashmere #D7BB9C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.51%

 BLUE value IS 156 (61.33% from 255) = 27.96%

R = 38.53%
G = 33.51%
B = 27.96%

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

#D7BB9C (or 0xD7BB9C) is known color: Cashmere. HEX triplet: D7, BB and 9C. RGB value is (215,187,156). Sum of RGB (Red+Green+Blue) = 215+187+156=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BB9C is #284463. Grayscale: #BFBFBF. Windows color (decimal): -2638948 or 10271703. OLE color: 10271703.

HSL color Cylindrical-coordinate representation of color #D7BB9C: hue angle of 31.53º 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 #D7BB9C is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 187 156 -
CMYK 0 0.13 0.27 0.16
HSL 31.53º 0.42% 0.73% -
HSV(B) 31.53º 0.27% 0.84% -
XYZ 51.8 52.39 38.83 -
YUV 191.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 215 187 156 0 0.13 0.27 0.16 31.53 0.42 0.73
Hex D7 BB 9C 0 D 1B 10 20 2A 49
Octal 327 273 234 0 15 33 20 40 52 111
Binary 11010111 10111011 10011100 0 1101 11011 10000 100000 101010 1001001

Color Harmonies of #D7BB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BB9C

Black with #D7BB9C

Text Example


Text Example

White with #D7BB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BB9C; }

 p { color: rgb(215,187,156); }

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

background-color css

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

 a { background-color: rgb(215,187,156); }

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

border-color css

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

 span { border-color: rgb(215,187,156); }

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