#D0B195

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

Shades of Cashmere #D0B195

Tints of Cashmere #D0B195

Color information

#D0B195 (or 0xD0B195) is unknown color: approx Cashmere. HEX triplet: D0, B1 and 95. RGB value is (208,177,149). Sum of RGB (Red+Green+Blue) = 208+177+149=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B195 is #2F4E6A. Grayscale: #B7B7B7. Windows color (decimal): -3100267 or 9810384. OLE color: 9810384.

HSL color Cylindrical-coordinate representation of color #D0B195: hue angle of 28.47º degrees, saturation: 0.39, 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 #D0B195 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208177149-
CMYK00.150.280.18
HSL28.47º38.56%70%-
HSV(B)28.47º28.37%81.57%-
XYZ47.1647.0235.02-
YUV183.08108.77145.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=38.95%
G=33.15%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817714900.150.280.1828.4738.5670
HexD0B1950F1C121c2746
Octal32026122501734223447106
Binary110100001011000110010101011111110010010111001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B195; }

 p { color: rgb(208,177,149); }

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

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

 a { background-color: rgb(208,177,149); }

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

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

 span { border-color: rgb(208,177,149); }

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