Html Css Color HEX #D8B79F Cashmere

📋 copy color: '#D8B79F'

red 216 ◦ green 183 ◦ blue 159

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

Shades of Cashmere #D8B79F

Tints of Cashmere #D8B79F

RGB

 RED value IS 216 (84.77% from 255) = 38.71%

 GREEN value IS 183 (71.88% from 255) = 32.8%

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

R = 38.71%
G = 32.8%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D8B79F (or 0xD8B79F) is known color: Cashmere. HEX triplet: D8, B7 and 9F. RGB value is (216,183,159). Sum of RGB (Red+Green+Blue) = 216+183+159=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B79F is #274860. Grayscale: #BEBEBE. Windows color (decimal): -2574433 or 10467288. OLE color: 10467288.

HSL color Cylindrical-coordinate representation of color #D8B79F: hue angle of 25.26º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8B79F is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 183 159 -
CMYK 0 0.15 0.26 0.15
HSL 25.26º 0.42% 0.74% -
HSV(B) 25.26º 0.26% 0.85% -
XYZ 51.51 50.97 39.92 -
YUV 190.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 216 183 159 0 0.15 0.26 0.15 25.26 0.42 0.74
Hex D8 B7 9F 0 F 1A F 19 2A 4A
Octal 330 267 237 0 17 32 17 31 52 112
Binary 11011000 10110111 10011111 0 1111 11010 1111 11001 101010 1001010

Color Harmonies of #D8B79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B79F

Black with #D8B79F

Text Example


Text Example

White with #D8B79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B79F; }

 p { color: rgb(216,183,159); }

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

background-color css

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

 a { background-color: rgb(216,183,159); }

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

border-color css

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

 span { border-color: rgb(216,183,159); }

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