#D2B79D

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

Shades of Cashmere #D2B79D

Tints of Cashmere #D2B79D

Color information

#D2B79D (or 0xD2B79D) is unknown color: approx Cashmere. HEX triplet: D2, B7 and 9D. RGB value is (210,183,157). Sum of RGB (Red+Green+Blue) = 210+183+157=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B79D is #2D4862. Grayscale: #BCBCBC. Windows color (decimal): -2967651 or 10336210. OLE color: 10336210.

HSL color Cylindrical-coordinate representation of color #D2B79D: hue angle of 29.43º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2B79D is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB210183157-
CMYK00.130.250.18
HSL29.43º37.06%71.96%-
HSV(B)29.43º25.24%82.35%-
XYZ49.65038.94-
YUV188.11110.45143.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=38.18%
G=33.27%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018315700.130.250.1829.4337.0671.96
HexD2B79D0D19121d2548
Octal32226723501531223545110
Binary110100101011011110011101011011100110010111011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B79D; }

 p { color: rgb(210,183,157); }

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

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

 a { background-color: rgb(210,183,157); }

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

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

 span { border-color: rgb(210,183,157); }

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