Html Css Color HEX #D7B19C Cashmere

📋 copy color: '#D7B19C'

red 215 ◦ green 177 ◦ blue 156

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

Shades of Cashmere #D7B19C

Tints of Cashmere #D7B19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.3%

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

R = 39.23%
G = 32.3%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7B19C (or 0xD7B19C) is known color: Cashmere. HEX triplet: D7, B1 and 9C. RGB value is (215,177,156). Sum of RGB (Red+Green+Blue) = 215+177+156=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B19C is #284E63. Grayscale: #BABABA. Windows color (decimal): -2641508 or 10269143. OLE color: 10269143.

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

Color convert

RGB 215 177 156 -
CMYK 0 0.18 0.27 0.16
HSL 21.36º 0.42% 0.73% -
HSV(B) 21.36º 0.27% 0.84% -
XYZ 49.75 48.29 38.15 -
YUV 185.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 215 177 156 0 0.18 0.27 0.16 21.36 0.42 0.73
Hex D7 B1 9C 0 12 1B 10 15 2A 49
Octal 327 261 234 0 22 33 20 25 52 111
Binary 11010111 10110001 10011100 0 10010 11011 10000 10101 101010 1001001

Color Harmonies of #D7B19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B19C

Black with #D7B19C

Text Example


Text Example

White with #D7B19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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