Html Css Color HEX #D5B79D Cashmere

📋 copy color: '#D5B79D'

red 213 ◦ green 183 ◦ blue 157

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

Shades of Cashmere #D5B79D

Tints of Cashmere #D5B79D

RGB

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

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

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

R = 38.52%
G = 33.09%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5B79D (or 0xD5B79D) is known color: Cashmere. HEX triplet: D5, B7 and 9D. RGB value is (213,183,157). Sum of RGB (Red+Green+Blue) = 213+183+157=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B79D is #2A4862. Grayscale: #BDBDBD. Windows color (decimal): -2771043 or 10336213. OLE color: 10336213.

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

Color convert

RGB 213 183 157 -
CMYK 0 0.14 0.26 0.16
HSL 27.86º 0.4% 0.73% -
HSV(B) 27.86º 0.26% 0.84% -
XYZ 50.46 50.45 38.98 -
YUV 189.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 213 183 157 0 0.14 0.26 0.16 27.86 0.4 0.73
Hex D5 B7 9D 0 E 1A 10 1C 28 49
Octal 325 267 235 0 16 32 20 34 50 111
Binary 11010101 10110111 10011101 0 1110 11010 10000 11100 101000 1001001

Color Harmonies of #D5B79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B79D

Black with #D5B79D

Text Example


Text Example

White with #D5B79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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