#D5B09B

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

Shades of Cashmere #D5B09B

Tints of Cashmere #D5B09B

Color information

#D5B09B (or 0xD5B09B) is unknown color: approx Cashmere. HEX triplet: D5, B0 and 9B. RGB value is (213,176,155). Sum of RGB (Red+Green+Blue) = 213+176+155=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B09B is #2A4F64. Grayscale: #B8B8B8. Windows color (decimal): -2772837 or 10203349. OLE color: 10203349.

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

Color convert

RGB213176155-
CMYK00.170.270.16
HSL21.72º40.85%72.16%-
HSV(B)21.72º27.23%83.53%-
XYZ48.8847.5637.61-
YUV184.67111.26148.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=39.15%
G=32.35%
B=28.49%

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
Decimal21317615500.170.270.1621.7240.8572.16
HexD5B09B0111B10162948
Octal32526023302133202651110
Binary1101010110110000100110110100011101110000101101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B09B; }

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

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

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

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

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

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

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

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