#D4B7AA

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

Shades of Clam Shell #D4B7AA

Tints of Clam Shell #D4B7AA

Color information

#D4B7AA (or 0xD4B7AA) is unknown color: approx Clam Shell. HEX triplet: D4, B7 and AA. RGB value is (212,183,170). Sum of RGB (Red+Green+Blue) = 212+183+170=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B7AA is #2B4855. Grayscale: #BEBEBE. Windows color (decimal): -2836566 or 11188180. OLE color: 11188180.

HSL color Cylindrical-coordinate representation of color #D4B7AA: hue angle of 18.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4B7AA is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212183170-
CMYK00.140.200.17
HSL18.57º32.81%74.9%-
HSV(B)18.57º19.81%83.14%-
XYZ51.3450.7745.12-
YUV190.19116.61143.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 183 (71.88% from 255) = 32.39%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=37.52%
G=32.39%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218317000.140.200.1718.5732.8174.9
HexD4B7AA0E141113214b
Octal32426725201624212341113
Binary110101001011011110101010011101010010001100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B7AA; }

 p { color: rgb(212,183,170); }

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

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

 a { background-color: rgb(212,183,170); }

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

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

 span { border-color: rgb(212,183,170); }

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