Html Css Color HEX #D9B197 Cashmere

📋 copy color: '#D9B197'

red 217 ◦ green 177 ◦ blue 151

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

Shades of Cashmere #D9B197

Tints of Cashmere #D9B197

RGB

 RED value IS 217 (85.16% from 255) = 39.82%

 GREEN value IS 177 (69.53% from 255) = 32.48%

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

R = 39.82%
G = 32.48%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9B197 (or 0xD9B197) is known color: Cashmere. HEX triplet: D9, B1 and 97. RGB value is (217,177,151). Sum of RGB (Red+Green+Blue) = 217+177+151=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B197 is #264E68. Grayscale: #BABABA. Windows color (decimal): -2510441 or 9941465. OLE color: 9941465.

HSL color Cylindrical-coordinate representation of color #D9B197: hue angle of 23.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9B197 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 177 151 -
CMYK 0 0.18 0.30 0.15
HSL 23.64º 0.46% 0.72% -
HSV(B) 23.64º 0.3% 0.85% -
XYZ 49.92 48.43 35.99 -
YUV 186 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 217 177 151 0 0.18 0.30 0.15 23.64 0.46 0.72
Hex D9 B1 97 0 12 1E F 18 2E 48
Octal 331 261 227 0 22 36 17 30 56 110
Binary 11011001 10110001 10010111 0 10010 11110 1111 11000 101110 1001000

Color Harmonies of #D9B197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B197

Black with #D9B197

Text Example


Text Example

White with #D9B197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B197; }

 p { color: rgb(217,177,151); }

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

background-color css

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

 a { background-color: rgb(217,177,151); }

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

border-color css

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

 span { border-color: rgb(217,177,151); }

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