#D4B194

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

Shades of Cashmere #D4B194

Tints of Cashmere #D4B194

Color information

#D4B194 (or 0xD4B194) is unknown color: approx Cashmere. HEX triplet: D4, B1 and 94. RGB value is (212,177,148). Sum of RGB (Red+Green+Blue) = 212+177+148=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B194 is #2B4E6B. Grayscale: #B8B8B8. Windows color (decimal): -2838124 or 9744852. OLE color: 9744852.

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

Color convert

RGB212177148-
CMYK00.170.300.17
HSL27.19º42.67%70.59%-
HSV(B)27.19º30.19%83.14%-
XYZ48.2247.5834.66-
YUV184.16107.6147.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=39.48%
G=32.96%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217714800.170.300.1727.1942.6770.59
HexD4B1940111E111b2b47
Octal32426122402136213353107
Binary1101010010110001100101000100011111010001110111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B194; }

 p { color: rgb(212,177,148); }

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

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

 a { background-color: rgb(212,177,148); }

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

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

 span { border-color: rgb(212,177,148); }

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