Html Css Color HEX #D9ADA0 Clam Shell

📋 copy color: '#D9ADA0'

red 217 ◦ green 173 ◦ blue 160

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

Shades of Clam Shell #D9ADA0

Tints of Clam Shell #D9ADA0

RGB

 RED value IS 217 (85.16% from 255) = 39.45%

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

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

R = 39.45%
G = 31.45%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D9ADA0 (or 0xD9ADA0) is known color: Clam Shell. HEX triplet: D9, AD and A0. RGB value is (217,173,160). Sum of RGB (Red+Green+Blue) = 217+173+160=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADA0 is #26525F. Grayscale: #B8B8B8. Windows color (decimal): -2511456 or 10530265. OLE color: 10530265.

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

Color convert

RGB 217 173 160 -
CMYK 0 0.20 0.26 0.15
HSL 13.68º 0.43% 0.74% -
HSV(B) 13.68º 0.26% 0.85% -
XYZ 49.9 47.18 39.73 -
YUV 184.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 217 173 160 0 0.20 0.26 0.15 13.68 0.43 0.74
Hex D9 AD A0 0 14 1A F E 2B 4A
Octal 331 255 240 0 24 32 17 16 53 112
Binary 11011001 10101101 10100000 0 10100 11010 1111 1110 101011 1001010

Color Harmonies of #D9ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADA0

Black with #D9ADA0

Text Example


Text Example

White with #D9ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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