#D8AFA4

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

Shades of Clam Shell #D8AFA4

Tints of Clam Shell #D8AFA4

Color information

#D8AFA4 (or 0xD8AFA4) is unknown color: approx Clam Shell. HEX triplet: D8, AF and A4. RGB value is (216,175,164). Sum of RGB (Red+Green+Blue) = 216+175+164=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFA4 is #27505B. Grayscale: #BABABA. Windows color (decimal): -2576476 or 10792920. OLE color: 10792920.

HSL color Cylindrical-coordinate representation of color #D8AFA4: hue angle of 12.69º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8AFA4 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB216175164-
CMYK00.190.240.15
HSL12.69º40%74.51%-
HSV(B)12.69º24.07%84.71%-
XYZ50.3547.9441.72-
YUV186115.58149.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 164 (64.45% from 255) = 29.55%
R=38.92%
G=31.53%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617516400.190.240.1512.694074.51
HexD8AFA401318Fd284b
Octal33025724402330171550113
Binary11011000101011111010010001001111000111111011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFA4; }

 p { color: rgb(216,175,164); }

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

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

 a { background-color: rgb(216,175,164); }

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

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

 span { border-color: rgb(216,175,164); }

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