#DAAFA4

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

Shades of Clam Shell #DAAFA4

Tints of Clam Shell #DAAFA4

Color information

#DAAFA4 (or 0xDAAFA4) is unknown color: approx Clam Shell. HEX triplet: DA, AF and A4. RGB value is (218,175,164). Sum of RGB (Red+Green+Blue) = 218+175+164=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAFA4 is #25505B. Grayscale: #BABABA. Windows color (decimal): -2445404 or 10792922. OLE color: 10792922.

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

Color convert

RGB218175164-
CMYK00.200.250.15
HSL12.22º42.19%74.9%-
HSV(B)12.22º24.77%85.49%-
XYZ50.9448.2541.75-
YUV186.6115.25150.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 164 (64.45% from 255) = 29.44%
R=39.14%
G=31.42%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817516400.200.250.1512.2242.1974.9
HexDAAFA401419Fc2a4b
Octal33225724402431171452113
Binary11011010101011111010010001010011001111111001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFA4; }

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

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

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

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

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

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

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

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