#D4B19C

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

Shades of Cashmere #D4B19C

Tints of Cashmere #D4B19C

Color information

#D4B19C (or 0xD4B19C) is unknown color: approx Cashmere. HEX triplet: D4, B1 and 9C. RGB value is (212,177,156). Sum of RGB (Red+Green+Blue) = 212+177+156=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B19C is #2B4E63. Grayscale: #B9B9B9. Windows color (decimal): -2838116 or 10269140. OLE color: 10269140.

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

Color convert

RGB212177156-
CMYK00.170.260.17
HSL22.5º39.44%72.16%-
HSV(B)22.5º26.42%83.14%-
XYZ48.8747.8438.11-
YUV185.07111.6147.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=38.90%
G=32.48%
B=28.62%

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
Decimal21217715600.170.260.1722.539.4472.16
HexD4B19C0111A11172748
Octal32426123402132212747110
Binary1101010010110001100111000100011101010001101111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B19C; }

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

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

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

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

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

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

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

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