#D0B19A

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

Shades of Cashmere #D0B19A

Tints of Cashmere #D0B19A

Color information

#D0B19A (or 0xD0B19A) is unknown color: approx Cashmere. HEX triplet: D0, B1 and 9A. RGB value is (208,177,154). Sum of RGB (Red+Green+Blue) = 208+177+154=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B19A is #2F4E65. Grayscale: #B7B7B7. Windows color (decimal): -3100262 or 10138064. OLE color: 10138064.

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

Color convert

RGB208177154-
CMYK00.150.260.18
HSL25.56º36.49%70.98%-
HSV(B)25.56º25.96%81.57%-
XYZ47.5747.1937.17-
YUV183.65111.27145.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=38.59%
G=32.84%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817715400.150.260.1825.5636.4970.98
HexD0B19A0F1A121a2447
Octal32026123201732223244107
Binary110100001011000110011010011111101010010110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B19A; }

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

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

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

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

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

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

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

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