Html Css Color HEX #D5B39D Cashmere

📋 copy color: '#D5B39D'

red 213 ◦ green 179 ◦ blue 157

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

Shades of Cashmere #D5B39D

Tints of Cashmere #D5B39D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.6%

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

R = 38.8%
G = 32.6%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5B39D (or 0xD5B39D) is known color: Cashmere. HEX triplet: D5, B3 and 9D. RGB value is (213,179,157). Sum of RGB (Red+Green+Blue) = 213+179+157=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B39D is #2A4C62. Grayscale: #BABABA. Windows color (decimal): -2772067 or 10335189. OLE color: 10335189.

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

Color convert

RGB 213 179 157 -
CMYK 0 0.16 0.26 0.16
HSL 23.57º 0.4% 0.73% -
HSV(B) 23.57º 0.26% 0.84% -
XYZ 49.65 48.82 38.7 -
YUV 186.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 213 179 157 0 0.16 0.26 0.16 23.57 0.4 0.73
Hex D5 B3 9D 0 10 1A 10 18 28 49
Octal 325 263 235 0 20 32 20 30 50 111
Binary 11010101 10110011 10011101 0 10000 11010 10000 11000 101000 1001001

Color Harmonies of #D5B39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B39D

Black with #D5B39D

Text Example


Text Example

White with #D5B39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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