#D7BA99

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

Shades of Cashmere #D7BA99

Tints of Cashmere #D7BA99

Color information

#D7BA99 (or 0xD7BA99) is unknown color: approx Cashmere. HEX triplet: D7, BA and 99. RGB value is (215,186,153). Sum of RGB (Red+Green+Blue) = 215+186+153=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA99 is #284566. Grayscale: #BFBFBF. Windows color (decimal): -2639207 or 10074839. OLE color: 10074839.

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

Color convert

RGB215186153-
CMYK00.130.290.16
HSL31.94º43.66%72.16%-
HSV(B)31.94º28.84%84.31%-
XYZ51.3351.8637.44-
YUV190.91106.61145.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=38.81%
G=33.57%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518615300.130.290.1631.9443.6672.16
HexD7BA990D1D10202c48
Octal32727223101535204054110
Binary1101011110111010100110010110111101100001000001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA99; }

 p { color: rgb(215,186,153); }

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

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

 a { background-color: rgb(215,186,153); }

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

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

 span { border-color: rgb(215,186,153); }

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