Html Css Color HEX #D1B397 Cashmere

📋 copy color: '#D1B397'

red 209 ◦ green 179 ◦ blue 151

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

Shades of Cashmere #D1B397

Tints of Cashmere #D1B397

RGB

 RED value IS 209 (82.03% from 255) = 38.78%

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

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

R = 38.78%
G = 33.21%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D1B397 (or 0xD1B397) is known color: Cashmere. HEX triplet: D1, B3 and 97. RGB value is (209,179,151). Sum of RGB (Red+Green+Blue) = 209+179+151=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B397 is #2E4C68. Grayscale: #B8B8B8. Windows color (decimal): -3034217 or 9941969. OLE color: 9941969.

HSL color Cylindrical-coordinate representation of color #D1B397: hue angle of 28.97º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1B397 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 151 -
CMYK 0 0.14 0.28 0.18
HSL 28.97º 0.39% 0.71% -
HSV(B) 28.97º 0.28% 0.82% -
XYZ 48 48.03 36.02 -
YUV 184.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 209 179 151 0 0.14 0.28 0.18 28.97 0.39 0.71
Hex D1 B3 97 0 E 1C 12 1D 27 47
Octal 321 263 227 0 16 34 22 35 47 107
Binary 11010001 10110011 10010111 0 1110 11100 10010 11101 100111 1000111

Color Harmonies of #D1B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B397

Black with #D1B397

Text Example


Text Example

White with #D1B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B397; }

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

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

background-color css

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

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

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

border-color css

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

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

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