#D4B296

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

Shades of Cashmere #D4B296

Tints of Cashmere #D4B296

Color information

#D4B296 (or 0xD4B296) is unknown color: approx Cashmere. HEX triplet: D4, B2 and 96. RGB value is (212,178,150). Sum of RGB (Red+Green+Blue) = 212+178+150=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B296 is #2B4D69. Grayscale: #B9B9B9. Windows color (decimal): -2837866 or 9876180. OLE color: 9876180.

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

Color convert

RGB212178150-
CMYK00.160.290.17
HSL27.1º41.89%70.98%-
HSV(B)27.1º29.25%83.14%-
XYZ48.5848.0435.57-
YUV184.97108.26147.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=39.26%
G=32.96%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217815000.160.290.1727.141.8970.98
HexD4B2960101D111b2a47
Octal32426222602035213352107
Binary1101010010110010100101100100001110110001110111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B296; }

 p { color: rgb(212,178,150); }

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

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

 a { background-color: rgb(212,178,150); }

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

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

 span { border-color: rgb(212,178,150); }

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