Html Css Color HEX #D5B49D Cashmere

📋 copy color: '#D5B49D'

red 213 ◦ green 180 ◦ blue 157

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

Shades of Cashmere #D5B49D

Tints of Cashmere #D5B49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.73%

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

R = 38.73%
G = 32.73%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5B49D (or 0xD5B49D) is known color: Cashmere. HEX triplet: D5, B4 and 9D. RGB value is (213,180,157). Sum of RGB (Red+Green+Blue) = 213+180+157=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B49D is #2A4B62. Grayscale: #BBBBBB. Windows color (decimal): -2771811 or 10335445. OLE color: 10335445.

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

Color convert

RGB 213 180 157 -
CMYK 0 0.15 0.26 0.16
HSL 24.64º 0.4% 0.73% -
HSV(B) 24.64º 0.26% 0.84% -
XYZ 49.85 49.22 38.77 -
YUV 187.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 213 180 157 0 0.15 0.26 0.16 24.64 0.4 0.73
Hex D5 B4 9D 0 F 1A 10 19 28 49
Octal 325 264 235 0 17 32 20 31 50 111
Binary 11010101 10110100 10011101 0 1111 11010 10000 11001 101000 1001001

Color Harmonies of #D5B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B49D

Black with #D5B49D

Text Example


Text Example

White with #D5B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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