Html Css Color HEX #D9BA9E Cashmere

📋 copy color: '#D9BA9E'

red 217 ◦ green 186 ◦ blue 158

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

Shades of Cashmere #D9BA9E

Tints of Cashmere #D9BA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.16%

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

R = 38.68%
G = 33.16%
B = 28.16%

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

#D9BA9E (or 0xD9BA9E) is known color: Cashmere. HEX triplet: D9, BA and 9E. RGB value is (217,186,158). Sum of RGB (Red+Green+Blue) = 217+186+158=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA9E is #264561. Grayscale: #C0C0C0. Windows color (decimal): -2508130 or 10402521. OLE color: 10402521.

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

Color convert

RGB 217 186 158 -
CMYK 0 0.14 0.27 0.15
HSL 28.47º 0.44% 0.74% -
HSV(B) 28.47º 0.27% 0.85% -
XYZ 52.35 52.34 39.69 -
YUV 192.08 108.77 145.78 -
System Red Green Blue C M Y K H S L
Decimal 217 186 158 0 0.14 0.27 0.15 28.47 0.44 0.74
Hex D9 BA 9E 0 E 1B F 1C 2C 4A
Octal 331 272 236 0 16 33 17 34 54 112
Binary 11011001 10111010 10011110 0 1110 11011 1111 11100 101100 1001010

Color Harmonies of #D9BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA9E

Black with #D9BA9E

Text Example


Text Example

White with #D9BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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