Html Css Color HEX #D9B394 Cashmere

📋 copy color: '#D9B394'

red 217 ◦ green 179 ◦ blue 148

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

Shades of Cashmere #D9B394

Tints of Cashmere #D9B394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.9%

 BLUE value IS 148 (58.2% from 255) = 27.21%

R = 39.89%
G = 32.9%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9B394 (or 0xD9B394) is known color: Cashmere. HEX triplet: D9, B3 and 94. RGB value is (217,179,148). Sum of RGB (Red+Green+Blue) = 217+179+148=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B394 is #264C6B. Grayscale: #BABABA. Windows color (decimal): -2509932 or 9745369. OLE color: 9745369.

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

Color convert

RGB 217 179 148 -
CMYK 0 0.18 0.32 0.15
HSL 26.96º 0.48% 0.72% -
HSV(B) 26.96º 0.32% 0.85% -
XYZ 50.08 49.13 34.86 -
YUV 186.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 217 179 148 0 0.18 0.32 0.15 26.96 0.48 0.72
Hex D9 B3 94 0 12 20 F 1B 30 48
Octal 331 263 224 0 22 40 17 33 60 110
Binary 11011001 10110011 10010100 0 10010 100000 1111 11011 110000 1001000

Color Harmonies of #D9B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B394

Black with #D9B394

Text Example


Text Example

White with #D9B394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B394; }

 p { color: rgb(217,179,148); }

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

background-color css

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

 a { background-color: rgb(217,179,148); }

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

border-color css

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

 span { border-color: rgb(217,179,148); }

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