Html Css Color HEX #D9B095 Cashmere

📋 copy color: '#D9B095'

red 217 ◦ green 176 ◦ blue 149

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

Shades of Cashmere #D9B095

Tints of Cashmere #D9B095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.49%

R = 40.04%
G = 32.47%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9B095 (or 0xD9B095) is known color: Cashmere. HEX triplet: D9, B0 and 95. RGB value is (217,176,149). Sum of RGB (Red+Green+Blue) = 217+176+149=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B095 is #264F6A. Grayscale: #B9B9B9. Windows color (decimal): -2510699 or 9810137. OLE color: 9810137.

HSL color Cylindrical-coordinate representation of color #D9B095: hue angle of 23.82º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9B095 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 149 -
CMYK 0 0.19 0.31 0.15
HSL 23.82º 0.47% 0.72% -
HSV(B) 23.82º 0.31% 0.85% -
XYZ 49.57 47.97 35.08 -
YUV 185.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 217 176 149 0 0.19 0.31 0.15 23.82 0.47 0.72
Hex D9 B0 95 0 13 1F F 18 2F 48
Octal 331 260 225 0 23 37 17 30 57 110
Binary 11011001 10110000 10010101 0 10011 11111 1111 11000 101111 1001000

Color Harmonies of #D9B095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B095

Black with #D9B095

Text Example


Text Example

White with #D9B095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B095; }

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

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

background-color css

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

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

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

border-color css

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

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

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