#D5B19B

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

Shades of Cashmere #D5B19B

Tints of Cashmere #D5B19B

Color information

#D5B19B (or 0xD5B19B) is unknown color: approx Cashmere. HEX triplet: D5, B1 and 9B. RGB value is (213,177,155). Sum of RGB (Red+Green+Blue) = 213+177+155=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B19B is #2A4E64. Grayscale: #B9B9B9. Windows color (decimal): -2772581 or 10203605. OLE color: 10203605.

HSL color Cylindrical-coordinate representation of color #D5B19B: hue angle of 22.76º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5B19B is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213177155-
CMYK00.170.270.16
HSL22.76º40.85%72.16%-
HSV(B)22.76º27.23%83.53%-
XYZ49.0847.9637.68-
YUV185.26110.93147.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=39.08%
G=32.48%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317715500.170.270.1622.7640.8572.16
HexD5B19B0111B10172948
Octal32526123302133202751110
Binary1101010110110001100110110100011101110000101111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B19B; }

 p { color: rgb(213,177,155); }

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

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

 a { background-color: rgb(213,177,155); }

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

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

 span { border-color: rgb(213,177,155); }

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