#D0B496

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

Shades of Cashmere #D0B496

Tints of Cashmere #D0B496

Color information

#D0B496 (or 0xD0B496) is unknown color: approx Cashmere. HEX triplet: D0, B4 and 96. RGB value is (208,180,150). Sum of RGB (Red+Green+Blue) = 208+180+150=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B496 is #2F4B69. Grayscale: #B9B9B9. Windows color (decimal): -3099498 or 9876688. OLE color: 9876688.

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

Color convert

RGB208180150-
CMYK00.130.280.18
HSL31.03º38.16%70.2%-
HSV(B)31.03º27.88%81.57%-
XYZ47.8448.2535.65-
YUV184.95108.28144.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.66%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=38.66%
G=33.46%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818015000.130.280.1831.0338.1670.2
HexD0B4960D1C121f2646
Octal32026422601534223746106
Binary110100001011010010010110011011110010010111111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B496; }

 p { color: rgb(208,180,150); }

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

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

 a { background-color: rgb(208,180,150); }

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

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

 span { border-color: rgb(208,180,150); }

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