Html Css Color HEX #D9BA9C Cashmere

📋 copy color: '#D9BA9C'

red 217 ◦ green 186 ◦ blue 156

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

Shades of Cashmere #D9BA9C

Tints of Cashmere #D9BA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.91%

R = 38.82%
G = 33.27%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9BA9C (or 0xD9BA9C) is known color: Cashmere. HEX triplet: D9, BA and 9C. RGB value is (217,186,156). Sum of RGB (Red+Green+Blue) = 217+186+156=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA9C is #264563. Grayscale: #BFBFBF. Windows color (decimal): -2508132 or 10271449. OLE color: 10271449.

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

Color convert

RGB 217 186 156 -
CMYK 0 0.14 0.28 0.15
HSL 29.51º 0.45% 0.73% -
HSV(B) 29.51º 0.28% 0.85% -
XYZ 52.17 52.27 38.79 -
YUV 191.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 217 186 156 0 0.14 0.28 0.15 29.51 0.45 0.73
Hex D9 BA 9C 0 E 1C F 1E 2D 49
Octal 331 272 234 0 16 34 17 36 55 111
Binary 11011001 10111010 10011100 0 1110 11100 1111 11110 101101 1001001

Color Harmonies of #D9BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA9C

Black with #D9BA9C

Text Example


Text Example

White with #D9BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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