#D1B092

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

Shades of Cashmere #D1B092

Tints of Cashmere #D1B092

Color information

#D1B092 (or 0xD1B092) is unknown color: approx Cashmere. HEX triplet: D1, B0 and 92. RGB value is (209,176,146). Sum of RGB (Red+Green+Blue) = 209+176+146=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B092 is #2E4F6D. Grayscale: #B6B6B6. Windows color (decimal): -3034990 or 9613521. OLE color: 9613521.

HSL color Cylindrical-coordinate representation of color #D1B092: hue angle of 28.57º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1B092 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209176146-
CMYK00.160.300.18
HSL28.57º40.65%69.61%-
HSV(B)28.57º30.14%81.96%-
XYZ47.0146.6833.73-
YUV182.45107.43146.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=39.36%
G=33.15%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917614600.160.300.1828.5740.6569.61
HexD1B0920101E121d2946
Octal32126022202036223551106
Binary1101000110110000100100100100001111010010111011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B092; }

 p { color: rgb(209,176,146); }

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

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

 a { background-color: rgb(209,176,146); }

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

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

 span { border-color: rgb(209,176,146); }

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