Html Css Color HEX #DAAF9E Clam Shell

📋 copy color: '#DAAF9E'

red 218 ◦ green 175 ◦ blue 158

#DAAF9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clam Shell #DAAF9E

Tints of Clam Shell #DAAF9E

RGB

 RED value IS 218 (85.55% from 255) = 39.56%

 GREEN value IS 175 (68.75% from 255) = 31.76%

 BLUE value IS 158 (62.11% from 255) = 28.68%

R = 39.56%
G = 31.76%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAAF9E (or 0xDAAF9E) is known color: Clam Shell. HEX triplet: DA, AF and 9E. RGB value is (218,175,158). Sum of RGB (Red+Green+Blue) = 218+175+158=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAF9E is #255061. Grayscale: #BABABA. Windows color (decimal): -2445410 or 10399706. OLE color: 10399706.

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

Color convert

RGB 218 175 158 -
CMYK 0 0.20 0.28 0.15
HSL 17º 0.45% 0.74% -
HSV(B) 17º 0.28% 0.85% -
XYZ 50.41 48.03 38.96 -
YUV 185.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 218 175 158 0 0.20 0.28 0.15 17 0.45 0.74
Hex DA AF 9E 0 14 1C F 11 2D 4A
Octal 332 257 236 0 24 34 17 21 55 112
Binary 11011010 10101111 10011110 0 10100 11100 1111 10001 101101 1001010

Color Harmonies of #DAAF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF9E

Black with #DAAF9E

Text Example


Text Example

White with #DAAF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF9E; }

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

 H1.HeaderClassName
 {
   color: #DAAF9E;
 }
 .AnyTagClassName
 {
   color: #DAAF9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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