#D4B39D

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

Shades of Cashmere #D4B39D

Tints of Cashmere #D4B39D

Color information

#D4B39D (or 0xD4B39D) is unknown color: approx Cashmere. HEX triplet: D4, B3 and 9D. RGB value is (212,179,157). Sum of RGB (Red+Green+Blue) = 212+179+157=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B39D is #2B4C62. Grayscale: #BABABA. Windows color (decimal): -2837603 or 10335188. OLE color: 10335188.

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

Color convert

RGB212179157-
CMYK00.160.260.17
HSL24º39.01%72.35%-
HSV(B)24º25.94%83.14%-
XYZ49.3648.6738.69-
YUV186.36111.43146.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 179 (70.31% from 255) = 32.66%
BLUE value IS 157 (61.72% from 255) = 28.65%
R=38.69%
G=32.66%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217915700.160.260.172439.0172.35
HexD4B39D0101A11182748
Octal32426323502032213047110
Binary1101010010110011100111010100001101010001110001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B39D; }

 p { color: rgb(212,179,157); }

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

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

 a { background-color: rgb(212,179,157); }

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

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

 span { border-color: rgb(212,179,157); }

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