#D2B093

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

Shades of Cashmere #D2B093

Tints of Cashmere #D2B093

Color information

#D2B093 (or 0xD2B093) is unknown color: approx Cashmere. HEX triplet: D2, B0 and 93. RGB value is (210,176,147). Sum of RGB (Red+Green+Blue) = 210+176+147=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B093 is #2D4F6C. Grayscale: #B7B7B7. Windows color (decimal): -2969453 or 9679058. OLE color: 9679058.

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

Color convert

RGB210176147-
CMYK00.160.300.18
HSL27.62º41.18%70%-
HSV(B)27.62º30%82.35%-
XYZ47.3746.8634.15-
YUV182.86107.76147.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=39.40%
G=33.02%
B=27.58%

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
Decimal21017614700.160.300.1827.6241.1870
HexD2B0930101E121c2946
Octal32226022302036223451106
Binary1101001010110000100100110100001111010010111001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B093; }

 p { color: rgb(210,176,147); }

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

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

 a { background-color: rgb(210,176,147); }

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

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

 span { border-color: rgb(210,176,147); }

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