Html Css Color HEX #D1ADA0 Clam Shell

📋 copy color: '#D1ADA0'

red 209 ◦ green 173 ◦ blue 160

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

Shades of Clam Shell #D1ADA0

Tints of Clam Shell #D1ADA0

RGB

 RED value IS 209 (82.03% from 255) = 38.56%

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

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

R = 38.56%
G = 31.92%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D1ADA0 (or 0xD1ADA0) is known color: Clam Shell. HEX triplet: D1, AD and A0. RGB value is (209,173,160). Sum of RGB (Red+Green+Blue) = 209+173+160=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADA0 is #2E525F. Grayscale: #B6B6B6. Windows color (decimal): -3035744 or 10530257. OLE color: 10530257.

HSL color Cylindrical-coordinate representation of color #D1ADA0: hue angle of 15.92º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1ADA0 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 173 160 -
CMYK 0 0.17 0.23 0.18
HSL 15.92º 0.35% 0.72% -
HSV(B) 15.92º 0.23% 0.82% -
XYZ 47.58 45.98 39.62 -
YUV 182.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 209 173 160 0 0.17 0.23 0.18 15.92 0.35 0.72
Hex D1 AD A0 0 11 17 12 10 23 48
Octal 321 255 240 0 21 27 22 20 43 110
Binary 11010001 10101101 10100000 0 10001 10111 10010 10000 100011 1001000

Color Harmonies of #D1ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADA0

Black with #D1ADA0

Text Example


Text Example

White with #D1ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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