#D0B49C

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

Shades of Cashmere #D0B49C

Tints of Cashmere #D0B49C

Color information

#D0B49C (or 0xD0B49C) is unknown color: approx Cashmere. HEX triplet: D0, B4 and 9C. RGB value is (208,180,156). Sum of RGB (Red+Green+Blue) = 208+180+156=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B49C is #2F4B63. Grayscale: #B9B9B9. Windows color (decimal): -3099492 or 10269904. OLE color: 10269904.

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

Color convert

RGB208180156-
CMYK00.130.250.18
HSL27.69º35.62%71.37%-
HSV(B)27.69º25%81.57%-
XYZ48.3348.4538.26-
YUV185.64111.28143.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=38.24%
G=33.09%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818015600.130.250.1827.6935.6271.37
HexD0B49C0D19121c2447
Octal32026423401531223444107
Binary110100001011010010011100011011100110010111001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B49C; }

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

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

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

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

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

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

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

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