Html Css Color HEX #D9BA9F Cashmere

📋 copy color: '#D9BA9F'

red 217 ◦ green 186 ◦ blue 159

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

Shades of Cashmere #D9BA9F

Tints of Cashmere #D9BA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.29%

R = 38.61%
G = 33.1%
B = 28.29%

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

#D9BA9F (or 0xD9BA9F) is known color: Cashmere. HEX triplet: D9, BA and 9F. RGB value is (217,186,159). Sum of RGB (Red+Green+Blue) = 217+186+159=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA9F is #264560. Grayscale: #C0C0C0. Windows color (decimal): -2508129 or 10468057. OLE color: 10468057.

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

Color convert

RGB 217 186 159 -
CMYK 0 0.14 0.27 0.15
HSL 27.93º 0.43% 0.74% -
HSV(B) 27.93º 0.27% 0.85% -
XYZ 52.43 52.37 40.15 -
YUV 192.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 217 186 159 0 0.14 0.27 0.15 27.93 0.43 0.74
Hex D9 BA 9F 0 E 1B F 1C 2B 4A
Octal 331 272 237 0 16 33 17 34 53 112
Binary 11011001 10111010 10011111 0 1110 11011 1111 11100 101011 1001010

Color Harmonies of #D9BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA9F

Black with #D9BA9F

Text Example


Text Example

White with #D9BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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