Html Css Color HEX #D9BB9E Cashmere

📋 copy color: '#D9BB9E'

red 217 ◦ green 187 ◦ blue 158

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

Shades of Cashmere #D9BB9E

Tints of Cashmere #D9BB9E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.27%

 BLUE value IS 158 (62.11% from 255) = 28.11%

R = 38.61%
G = 33.27%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9BB9E (or 0xD9BB9E) is known color: Cashmere. HEX triplet: D9, BB and 9E. RGB value is (217,187,158). Sum of RGB (Red+Green+Blue) = 217+187+158=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB9E is #264461. Grayscale: #C0C0C0. Windows color (decimal): -2507874 or 10402777. OLE color: 10402777.

HSL color Cylindrical-coordinate representation of color #D9BB9E: hue angle of 29.49º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9BB9E is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 187 158 -
CMYK 0 0.14 0.27 0.15
HSL 29.49º 0.44% 0.74% -
HSV(B) 29.49º 0.27% 0.85% -
XYZ 52.56 52.76 39.76 -
YUV 192.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 217 187 158 0 0.14 0.27 0.15 29.49 0.44 0.74
Hex D9 BB 9E 0 E 1B F 1D 2C 4A
Octal 331 273 236 0 16 33 17 35 54 112
Binary 11011001 10111011 10011110 0 1110 11011 1111 11101 101100 1001010

Color Harmonies of #D9BB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BB9E

Black with #D9BB9E

Text Example


Text Example

White with #D9BB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BB9E; }

 p { color: rgb(217,187,158); }

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

background-color css

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

 a { background-color: rgb(217,187,158); }

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

border-color css

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

 span { border-color: rgb(217,187,158); }

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