#DAAFA2

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

Shades of Clam Shell #DAAFA2

Tints of Clam Shell #DAAFA2

Color information

#DAAFA2 (or 0xDAAFA2) is unknown color: approx Clam Shell. HEX triplet: DA, AF and A2. RGB value is (218,175,162). Sum of RGB (Red+Green+Blue) = 218+175+162=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAFA2 is #25505D. Grayscale: #BABABA. Windows color (decimal): -2445406 or 10661850. OLE color: 10661850.

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

Color convert

RGB218175162-
CMYK00.200.260.15
HSL13.93º43.08%74.51%-
HSV(B)13.93º25.69%85.49%-
XYZ50.7748.1740.81-
YUV186.37114.25150.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 162 (63.67% from 255) = 29.19%
R=39.28%
G=31.53%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817516200.200.260.1513.9343.0874.51
HexDAAFA20141AFe2b4b
Octal33225724202432171653113
Binary11011010101011111010001001010011010111111101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFA2; }

 p { color: rgb(218,175,162); }

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

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

 a { background-color: rgb(218,175,162); }

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

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

 span { border-color: rgb(218,175,162); }

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