Html Css Color HEX #D8B79B Cashmere

📋 copy color: '#D8B79B'

red 216 ◦ green 183 ◦ blue 155

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

Shades of Cashmere #D8B79B

Tints of Cashmere #D8B79B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.98%

R = 38.99%
G = 33.03%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8B79B (or 0xD8B79B) is known color: Cashmere. HEX triplet: D8, B7 and 9B. RGB value is (216,183,155). Sum of RGB (Red+Green+Blue) = 216+183+155=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B79B is #274864. Grayscale: #BDBDBD. Windows color (decimal): -2574437 or 10205144. OLE color: 10205144.

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

Color convert

RGB 216 183 155 -
CMYK 0 0.15 0.28 0.15
HSL 27.54º 0.44% 0.73% -
HSV(B) 27.54º 0.28% 0.85% -
XYZ 51.17 50.83 38.13 -
YUV 189.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 216 183 155 0 0.15 0.28 0.15 27.54 0.44 0.73
Hex D8 B7 9B 0 F 1C F 1C 2C 49
Octal 330 267 233 0 17 34 17 34 54 111
Binary 11011000 10110111 10011011 0 1111 11100 1111 11100 101100 1001001

Color Harmonies of #D8B79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B79B

Black with #D8B79B

Text Example


Text Example

White with #D8B79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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