#D4B59C

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

Shades of Cashmere #D4B59C

Tints of Cashmere #D4B59C

Color information

#D4B59C (or 0xD4B59C) is unknown color: approx Cashmere. HEX triplet: D4, B5 and 9C. RGB value is (212,181,156). Sum of RGB (Red+Green+Blue) = 212+181+156=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B59C is #2B4A63. Grayscale: #BBBBBB. Windows color (decimal): -2837092 or 10270164. OLE color: 10270164.

HSL color Cylindrical-coordinate representation of color #D4B59C: hue angle of 26.79º 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 #D4B59C is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212181156-
CMYK00.150.260.17
HSL26.79º39.44%72.16%-
HSV(B)26.79º26.42%83.14%-
XYZ49.6849.4538.38-
YUV187.42110.27145.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 156 (61.33% from 255) = 28.42%
R=38.62%
G=32.97%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218115600.150.260.1726.7939.4472.16
HexD4B59C0F1A111b2748
Octal32426523401732213347110
Binary110101001011010110011100011111101010001110111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B59C; }

 p { color: rgb(212,181,156); }

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

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

 a { background-color: rgb(212,181,156); }

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

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

 span { border-color: rgb(212,181,156); }

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