#D7B09E

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

Shades of Clam Shell #D7B09E

Tints of Clam Shell #D7B09E

Color information

#D7B09E (or 0xD7B09E) is unknown color: approx Clam Shell. HEX triplet: D7, B0 and 9E. RGB value is (215,176,158). Sum of RGB (Red+Green+Blue) = 215+176+158=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B09E is #284F61. Grayscale: #B9B9B9. Windows color (decimal): -2641762 or 10399959. OLE color: 10399959.

HSL color Cylindrical-coordinate representation of color #D7B09E: hue angle of 18.95º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7B09E is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215176158-
CMYK00.180.270.16
HSL18.95º41.61%73.14%-
HSV(B)18.95º26.51%84.31%-
XYZ49.7247.9738.99-
YUV185.61112.42148.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=39.16%
G=32.06%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517615800.180.270.1618.9541.6173.14
HexD7B09E0121B10132a49
Octal32726023602233202352111
Binary1101011110110000100111100100101101110000100111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B09E; }

 p { color: rgb(215,176,158); }

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

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

 a { background-color: rgb(215,176,158); }

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

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

 span { border-color: rgb(215,176,158); }

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