Html Css Color HEX #D5B397 Cashmere

📋 copy color: '#D5B397'

red 213 ◦ green 179 ◦ blue 151

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

Shades of Cashmere #D5B397

Tints of Cashmere #D5B397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.81%

R = 39.23%
G = 32.97%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D5B397 (or 0xD5B397) is known color: Cashmere. HEX triplet: D5, B3 and 97. RGB value is (213,179,151). Sum of RGB (Red+Green+Blue) = 213+179+151=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B397 is #2A4C68. Grayscale: #BABABA. Windows color (decimal): -2772073 or 9941973. OLE color: 9941973.

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

Color convert

RGB 213 179 151 -
CMYK 0 0.16 0.29 0.16
HSL 27.1º 0.42% 0.71% -
HSV(B) 27.1º 0.29% 0.84% -
XYZ 49.15 48.62 36.07 -
YUV 185.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 213 179 151 0 0.16 0.29 0.16 27.1 0.42 0.71
Hex D5 B3 97 0 10 1D 10 1B 2A 47
Octal 325 263 227 0 20 35 20 33 52 107
Binary 11010101 10110011 10010111 0 10000 11101 10000 11011 101010 1000111

Color Harmonies of #D5B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B397

Black with #D5B397

Text Example


Text Example

White with #D5B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B397; }

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

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

background-color css

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

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

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

border-color css

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

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

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