#D4B19D

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

Shades of Cashmere #D4B19D

Tints of Cashmere #D4B19D

Color information

#D4B19D (or 0xD4B19D) is unknown color: approx Cashmere. HEX triplet: D4, B1 and 9D. RGB value is (212,177,157). Sum of RGB (Red+Green+Blue) = 212+177+157=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B19D is #2B4E62. Grayscale: #B9B9B9. Windows color (decimal): -2838115 or 10334676. OLE color: 10334676.

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

Color convert

RGB212177157-
CMYK00.170.260.17
HSL21.82º39.01%72.35%-
HSV(B)21.82º25.94%83.14%-
XYZ48.9647.8838.56-
YUV185.18112.1147.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 157 (61.72% from 255) = 28.75%
R=38.83%
G=32.42%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217715700.170.260.1721.8239.0172.35
HexD4B19D0111A11162748
Octal32426123502132212647110
Binary1101010010110001100111010100011101010001101101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B19D; }

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

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

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

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

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

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

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

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