#D0B19C

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

Shades of Cashmere #D0B19C

Tints of Cashmere #D0B19C

Color information

#D0B19C (or 0xD0B19C) is unknown color: approx Cashmere. HEX triplet: D0, B1 and 9C. RGB value is (208,177,156). Sum of RGB (Red+Green+Blue) = 208+177+156=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B19C is #2F4E63. Grayscale: #B7B7B7. Windows color (decimal): -3100260 or 10269136. OLE color: 10269136.

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

Color convert

RGB208177156-
CMYK00.150.250.18
HSL24.23º35.62%71.37%-
HSV(B)24.23º25%81.57%-
XYZ47.7447.2538.06-
YUV183.88112.27145.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=38.45%
G=32.72%
B=28.84%

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
Decimal20817715600.150.250.1824.2335.6271.37
HexD0B19C0F1912182447
Octal32026123401731223044107
Binary110100001011000110011100011111100110010110001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B19C; }

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

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

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

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

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

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

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

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