#D0B19D

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

Shades of Cashmere #D0B19D

Tints of Cashmere #D0B19D

Color information

#D0B19D (or 0xD0B19D) is unknown color: approx Cashmere. HEX triplet: D0, B1 and 9D. RGB value is (208,177,157). Sum of RGB (Red+Green+Blue) = 208+177+157=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B19D is #2F4E62. Grayscale: #B8B8B8. Windows color (decimal): -3100259 or 10334672. OLE color: 10334672.

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

Color convert

RGB208177157-
CMYK00.150.250.18
HSL23.53º35.17%71.57%-
HSV(B)23.53º24.52%81.57%-
XYZ47.8247.2938.51-
YUV183.99112.77145.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 157 (61.72% from 255) = 28.97%
R=38.38%
G=32.66%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817715700.150.250.1823.5335.1771.57
HexD0B19D0F1912182348
Octal32026123501731223043110
Binary110100001011000110011101011111100110010110001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B19D; }

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

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

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

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

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

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

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

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