#D4B79E

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

Shades of Cashmere #D4B79E

Tints of Cashmere #D4B79E

Color information

#D4B79E (or 0xD4B79E) is unknown color: approx Cashmere. HEX triplet: D4, B7 and 9E. RGB value is (212,183,158). Sum of RGB (Red+Green+Blue) = 212+183+158=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B79E is #2B4861. Grayscale: #BCBCBC. Windows color (decimal): -2836578 or 10401748. OLE color: 10401748.

HSL color Cylindrical-coordinate representation of color #D4B79E: hue angle of 27.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4B79E is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212183158-
CMYK00.140.250.17
HSL27.78º38.57%72.55%-
HSV(B)27.78º25.47%83.14%-
XYZ50.2650.3339.41-
YUV188.82110.61144.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 158 (62.11% from 255) = 28.57%
R=38.34%
G=33.09%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218315800.140.250.1727.7838.5772.55
HexD4B79E0E19111c2749
Octal32426723601631213447111
Binary110101001011011110011110011101100110001111001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B79E; }

 p { color: rgb(212,183,158); }

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

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

 a { background-color: rgb(212,183,158); }

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

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

 span { border-color: rgb(212,183,158); }

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