#D8B29D

Color #D8B29D Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #D8B29D

Tints of Cashmere #D8B29D

Color information

#D8B29D (or 0xD8B29D) is unknown color: approx Cashmere. HEX triplet: D8, B2 and 9D. RGB value is (216,178,157). Sum of RGB (Red+Green+Blue) = 216+178+157=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B29D is #274D62. Grayscale: #BBBBBB. Windows color (decimal): -2575715 or 10334936. OLE color: 10334936.

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

Color convert

RGB216178157-
CMYK00.180.270.15
HSL21.36º43.07%73.14%-
HSV(B)21.36º27.31%84.71%-
XYZ50.3348.8738.68-
YUV186.97111.09148.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=39.20%
G=32.30%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617815700.180.270.1521.3643.0773.14
HexD8B29D0121BF152b49
Octal33026223502233172553111
Binary110110001011001010011101010010110111111101011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B29D; }

 p { color: rgb(216,178,157); }

 H1.HeaderClassName
 {
   color: #D8B29D;
 }
 .AnyTagClassName
 {
   color: #D8B29D;
 }
</style>
background-color css

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

 a { background-color: rgb(216,178,157); }

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

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

 span { border-color: rgb(216,178,157); }

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