Html Css Color HEX #DAADA0 Clam Shell

📋 copy color: '#DAADA0'

red 218 ◦ green 173 ◦ blue 160

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

Shades of Clam Shell #DAADA0

Tints of Clam Shell #DAADA0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.4%

 BLUE value IS 160 (62.89% from 255) = 29.04%

R = 39.56%
G = 31.4%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DAADA0 (or 0xDAADA0) is known color: Clam Shell. HEX triplet: DA, AD and A0. RGB value is (218,173,160). Sum of RGB (Red+Green+Blue) = 218+173+160=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADA0 is #25525F. Grayscale: #B9B9B9. Windows color (decimal): -2445920 or 10530266. OLE color: 10530266.

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

Color convert

RGB 218 173 160 -
CMYK 0 0.21 0.27 0.15
HSL 13.45º 0.44% 0.74% -
HSV(B) 13.45º 0.27% 0.85% -
XYZ 50.2 47.33 39.75 -
YUV 184.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 218 173 160 0 0.21 0.27 0.15 13.45 0.44 0.74
Hex DA AD A0 0 15 1B F D 2C 4A
Octal 332 255 240 0 25 33 17 15 54 112
Binary 11011010 10101101 10100000 0 10101 11011 1111 1101 101100 1001010

Color Harmonies of #DAADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADA0

Black with #DAADA0

Text Example


Text Example

White with #DAADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADA0; }

 p { color: rgb(218,173,160); }

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

background-color css

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

 a { background-color: rgb(218,173,160); }

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

border-color css

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

 span { border-color: rgb(218,173,160); }

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