Html Css Color HEX #D9B39F Cashmere

📋 copy color: '#D9B39F'

red 217 ◦ green 179 ◦ blue 159

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

Shades of Cashmere #D9B39F

Tints of Cashmere #D9B39F

RGB

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

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

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

R = 39.1%
G = 32.25%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9B39F (or 0xD9B39F) is known color: Cashmere. HEX triplet: D9, B3 and 9F. RGB value is (217,179,159). Sum of RGB (Red+Green+Blue) = 217+179+159=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B39F is #264C60. Grayscale: #BCBCBC. Windows color (decimal): -2509921 or 10466265. OLE color: 10466265.

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

Color convert

RGB 217 179 159 -
CMYK 0 0.18 0.27 0.15
HSL 20.69º 0.43% 0.74% -
HSV(B) 20.69º 0.27% 0.85% -
XYZ 50.99 49.5 39.67 -
YUV 188.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 217 179 159 0 0.18 0.27 0.15 20.69 0.43 0.74
Hex D9 B3 9F 0 12 1B F 15 2B 4A
Octal 331 263 237 0 22 33 17 25 53 112
Binary 11011001 10110011 10011111 0 10010 11011 1111 10101 101011 1001010

Color Harmonies of #D9B39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B39F

Black with #D9B39F

Text Example


Text Example

White with #D9B39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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