Html Css Color HEX #D8ADA3 Clam Shell

📋 copy color: '#D8ADA3'

red 216 ◦ green 173 ◦ blue 163

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

Shades of Clam Shell #D8ADA3

Tints of Clam Shell #D8ADA3

RGB

 RED value IS 216 (84.77% from 255) = 39.13%

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

 BLUE value IS 163 (64.06% from 255) = 29.53%

R = 39.13%
G = 31.34%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D8ADA3 (or 0xD8ADA3) is known color: Clam Shell. HEX triplet: D8, AD and A3. RGB value is (216,173,163). Sum of RGB (Red+Green+Blue) = 216+173+163=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 163 (64.06% from 255 or 29.53% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADA3 is #27525C. Grayscale: #B8B8B8. Windows color (decimal): -2576989 or 10726872. OLE color: 10726872.

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

Color convert

RGB 216 173 163 -
CMYK 0 0.20 0.25 0.15
HSL 11.32º 0.4% 0.74% -
HSV(B) 11.32º 0.25% 0.85% -
XYZ 49.87 47.13 41.12 -
YUV 184.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 216 173 163 0 0.20 0.25 0.15 11.32 0.4 0.74
Hex D8 AD A3 0 14 19 F B 28 4A
Octal 330 255 243 0 24 31 17 13 50 112
Binary 11011000 10101101 10100011 0 10100 11001 1111 1011 101000 1001010

Color Harmonies of #D8ADA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADA3

Black with #D8ADA3

Text Example


Text Example

White with #D8ADA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADA3; }

 p { color: rgb(216,173,163); }

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

background-color css

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

 a { background-color: rgb(216,173,163); }

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

border-color css

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

 span { border-color: rgb(216,173,163); }

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