#D6B09F

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

Shades of Clam Shell #D6B09F

Tints of Clam Shell #D6B09F

Color information

#D6B09F (or 0xD6B09F) is unknown color: approx Clam Shell. HEX triplet: D6, B0 and 9F. RGB value is (214,176,159). Sum of RGB (Red+Green+Blue) = 214+176+159=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B09F is #294F60. Grayscale: #B9B9B9. Windows color (decimal): -2707297 or 10465494. OLE color: 10465494.

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

Color convert

RGB214176159-
CMYK00.180.260.16
HSL18.55º40.15%73.14%-
HSV(B)18.55º25.7%83.92%-
XYZ49.5147.8539.43-
YUV185.42113.09148.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 159 (62.5% from 255) = 28.96%
R=38.98%
G=32.06%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417615900.180.260.1618.5540.1573.14
HexD6B09F0121A10132849
Octal32626023702232202350111
Binary1101011010110000100111110100101101010000100111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B09F; }

 p { color: rgb(214,176,159); }

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

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

 a { background-color: rgb(214,176,159); }

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

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

 span { border-color: rgb(214,176,159); }

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