#D5B69C

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

Shades of Cashmere #D5B69C

Tints of Cashmere #D5B69C

Color information

#D5B69C (or 0xD5B69C) is unknown color: approx Cashmere. HEX triplet: D5, B6 and 9C. RGB value is (213,182,156). Sum of RGB (Red+Green+Blue) = 213+182+156=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B69C is #2A4963. Grayscale: #BCBCBC. Windows color (decimal): -2771300 or 10270421. OLE color: 10270421.

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

Color convert

RGB213182156-
CMYK00.150.270.16
HSL27.37º40.43%72.35%-
HSV(B)27.37º26.76%83.53%-
XYZ50.175038.46-
YUV188.3109.77145.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 182 (71.48% from 255) = 33.03%
BLUE value IS 156 (61.33% from 255) = 28.31%
R=38.66%
G=33.03%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318215600.150.270.1627.3740.4372.35
HexD5B69C0F1B101b2848
Octal32526623401733203350110
Binary110101011011011010011100011111101110000110111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B69C; }

 p { color: rgb(213,182,156); }

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

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

 a { background-color: rgb(213,182,156); }

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

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

 span { border-color: rgb(213,182,156); }

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