Html Css Color HEX #D5B896 Cashmere

📋 copy color: '#D5B896'

red 213 ◦ green 184 ◦ blue 150

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

Shades of Cashmere #D5B896

Tints of Cashmere #D5B896

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.64%

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 38.94%
G = 33.64%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5B896 (or 0xD5B896) is known color: Cashmere. HEX triplet: D5, B8 and 96. RGB value is (213,184,150). Sum of RGB (Red+Green+Blue) = 213+184+150=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B896 is #2A4769. Grayscale: #BCBCBC. Windows color (decimal): -2770794 or 9877717. OLE color: 9877717.

HSL color Cylindrical-coordinate representation of color #D5B896: hue angle of 32.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5B896 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 184 150 -
CMYK 0 0.14 0.30 0.16
HSL 32.38º 0.43% 0.71% -
HSV(B) 32.38º 0.3% 0.84% -
XYZ 50.09 50.63 35.99 -
YUV 188.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 213 184 150 0 0.14 0.30 0.16 32.38 0.43 0.71
Hex D5 B8 96 0 E 1E 10 20 2B 47
Octal 325 270 226 0 16 36 20 40 53 107
Binary 11010101 10111000 10010110 0 1110 11110 10000 100000 101011 1000111

Color Harmonies of #D5B896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B896

Black with #D5B896

Text Example


Text Example

White with #D5B896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B896; }

 p { color: rgb(213,184,150); }

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

background-color css

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

 a { background-color: rgb(213,184,150); }

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

border-color css

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

 span { border-color: rgb(213,184,150); }

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