Html Css Color HEX #D8B097 Cashmere

📋 copy color: '#D8B097'

red 216 ◦ green 176 ◦ blue 151

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

Shades of Cashmere #D8B097

Tints of Cashmere #D8B097

RGB

 RED value IS 216 (84.77% from 255) = 39.78%

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

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

R = 39.78%
G = 32.41%
B = 27.81%

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

#D8B097 (or 0xD8B097) is known color: Cashmere. HEX triplet: D8, B0 and 97. RGB value is (216,176,151). Sum of RGB (Red+Green+Blue) = 216+176+151=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B097 is #274F68. Grayscale: #B9B9B9. Windows color (decimal): -2576233 or 9941208. OLE color: 9941208.

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

Color convert

RGB 216 176 151 -
CMYK 0 0.19 0.30 0.15
HSL 23.08º 0.45% 0.72% -
HSV(B) 23.08º 0.3% 0.85% -
XYZ 49.43 47.88 35.92 -
YUV 185.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 216 176 151 0 0.19 0.30 0.15 23.08 0.45 0.72
Hex D8 B0 97 0 13 1E F 17 2D 48
Octal 330 260 227 0 23 36 17 27 55 110
Binary 11011000 10110000 10010111 0 10011 11110 1111 10111 101101 1001000

Color Harmonies of #D8B097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B097

Black with #D8B097

Text Example


Text Example

White with #D8B097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B097; }

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

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

background-color css

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

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

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

border-color css

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

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

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