#D4B1A5

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

Shades of Clam Shell #D4B1A5

Tints of Clam Shell #D4B1A5

Color information

#D4B1A5 (or 0xD4B1A5) is unknown color: approx Clam Shell. HEX triplet: D4, B1 and A5. RGB value is (212,177,165). Sum of RGB (Red+Green+Blue) = 212+177+165=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B1A5 is #2B4E5A. Grayscale: #BABABA. Windows color (decimal): -2838107 or 10858964. OLE color: 10858964.

HSL color Cylindrical-coordinate representation of color #D4B1A5: hue angle of 15.32º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4B1A5 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB212177165-
CMYK00.170.220.17
HSL15.32º35.34%73.92%-
HSV(B)15.32º22.17%83.14%-
XYZ49.6748.1642.28-
YUV186.1116.1146.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 165 (64.84% from 255) = 29.78%
R=38.27%
G=31.95%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217716500.170.220.1715.3235.3473.92
HexD4B1A50111611f234a
Octal32426124502126211743112
Binary110101001011000110100101010001101101000111111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B1A5; }

 p { color: rgb(212,177,165); }

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

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

 a { background-color: rgb(212,177,165); }

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

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

 span { border-color: rgb(212,177,165); }

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