Html Css Color HEX #D9B097 Cashmere

📋 copy color: '#D9B097'

red 217 ◦ green 176 ◦ blue 151

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

Shades of Cashmere #D9B097

Tints of Cashmere #D9B097

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.35%

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

R = 39.89%
G = 32.35%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9B097 (or 0xD9B097) is known color: Cashmere. HEX triplet: D9, B0 and 97. RGB value is (217,176,151). Sum of RGB (Red+Green+Blue) = 217+176+151=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B097 is #264F68. Grayscale: #B9B9B9. Windows color (decimal): -2510697 or 9941209. OLE color: 9941209.

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

Color convert

RGB 217 176 151 -
CMYK 0 0.19 0.30 0.15
HSL 22.73º 0.46% 0.72% -
HSV(B) 22.73º 0.3% 0.85% -
XYZ 49.73 48.04 35.93 -
YUV 185.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 217 176 151 0 0.19 0.30 0.15 22.73 0.46 0.72
Hex D9 B0 97 0 13 1E F 17 2E 48
Octal 331 260 227 0 23 36 17 27 56 110
Binary 11011001 10110000 10010111 0 10011 11110 1111 10111 101110 1001000

Color Harmonies of #D9B097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B097

Black with #D9B097

Text Example


Text Example

White with #D9B097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B097; }

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

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

background-color css

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

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

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

border-color css

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

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

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