#D6B0A0

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

Shades of Clam Shell #D6B0A0

Tints of Clam Shell #D6B0A0

Color information

#D6B0A0 (or 0xD6B0A0) is unknown color: approx Clam Shell. HEX triplet: D6, B0 and A0. RGB value is (214,176,160). Sum of RGB (Red+Green+Blue) = 214+176+160=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B0A0 is #294F5F. Grayscale: #B9B9B9. Windows color (decimal): -2707296 or 10531030. OLE color: 10531030.

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

Color convert

RGB214176160-
CMYK00.180.250.16
HSL17.78º39.71%73.33%-
HSV(B)17.78º25.23%83.92%-
XYZ49.647.8839.89-
YUV185.54113.59148.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=38.91%
G=32%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417616000.180.250.1617.7839.7173.33
HexD6B0A00121910122849
Octal32626024002231202250111
Binary1101011010110000101000000100101100110000100101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B0A0; }

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

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

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

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

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

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

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

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