Html Css Color HEX #D5B79C Cashmere

📋 copy color: '#D5B79C'

red 213 ◦ green 183 ◦ blue 156

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

Shades of Cashmere #D5B79C

Tints of Cashmere #D5B79C

RGB

 RED value IS 213 (83.59% from 255) = 38.59%

 GREEN value IS 183 (71.88% from 255) = 33.15%

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

R = 38.59%
G = 33.15%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5B79C (or 0xD5B79C) is known color: Cashmere. HEX triplet: D5, B7 and 9C. RGB value is (213,183,156). Sum of RGB (Red+Green+Blue) = 213+183+156=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B79C is #2A4863. Grayscale: #BDBDBD. Windows color (decimal): -2771044 or 10270677. OLE color: 10270677.

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

Color convert

RGB 213 183 156 -
CMYK 0 0.14 0.27 0.16
HSL 28.42º 0.4% 0.72% -
HSV(B) 28.42º 0.27% 0.84% -
XYZ 50.37 50.41 38.53 -
YUV 188.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 213 183 156 0 0.14 0.27 0.16 28.42 0.4 0.72
Hex D5 B7 9C 0 E 1B 10 1C 28 48
Octal 325 267 234 0 16 33 20 34 50 110
Binary 11010101 10110111 10011100 0 1110 11011 10000 11100 101000 1001000

Color Harmonies of #D5B79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B79C

Black with #D5B79C

Text Example


Text Example

White with #D5B79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B79C; }

 p { color: rgb(213,183,156); }

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

background-color css

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

 a { background-color: rgb(213,183,156); }

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

border-color css

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

 span { border-color: rgb(213,183,156); }

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