#D2B696

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

Shades of Cashmere #D2B696

Tints of Cashmere #D2B696

Color information

#D2B696 (or 0xD2B696) is unknown color: approx Cashmere. HEX triplet: D2, B6 and 96. RGB value is (210,182,150). Sum of RGB (Red+Green+Blue) = 210+182+150=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B696 is #2D4969. Grayscale: #BABABA. Windows color (decimal): -2967914 or 9877202. OLE color: 9877202.

HSL color Cylindrical-coordinate representation of color #D2B696: hue angle of 32º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2B696 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB210182150-
CMYK00.130.290.18
HSL32º40%70.59%-
HSV(B)32º28.57%82.35%-
XYZ48.8149.3635.81-
YUV186.72107.28144.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=38.75%
G=33.58%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018215000.130.290.18324070.59
HexD2B6960D1D12202847
Octal32226622601535224050107
Binary1101001010110110100101100110111101100101000001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B696; }

 p { color: rgb(210,182,150); }

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

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

 a { background-color: rgb(210,182,150); }

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

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

 span { border-color: rgb(210,182,150); }

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