Html Css Color HEX #D8ADA1 Clam Shell

📋 copy color: '#D8ADA1'

red 216 ◦ green 173 ◦ blue 161

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

Shades of Clam Shell #D8ADA1

Tints of Clam Shell #D8ADA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.27%

R = 39.27%
G = 31.45%
B = 29.27%

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

#D8ADA1 (or 0xD8ADA1) is known color: Clam Shell. HEX triplet: D8, AD and A1. RGB value is (216,173,161). Sum of RGB (Red+Green+Blue) = 216+173+161=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADA1 is #27525E. Grayscale: #B8B8B8. Windows color (decimal): -2576991 or 10595800. OLE color: 10595800.

HSL color Cylindrical-coordinate representation of color #D8ADA1: hue angle of 13.09º degrees, saturation: 0.41, 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 #D8ADA1 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 161 -
CMYK 0 0.20 0.25 0.15
HSL 13.09º 0.41% 0.74% -
HSV(B) 13.09º 0.25% 0.85% -
XYZ 49.7 47.06 40.18 -
YUV 184.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 216 173 161 0 0.20 0.25 0.15 13.09 0.41 0.74
Hex D8 AD A1 0 14 19 F D 29 4A
Octal 330 255 241 0 24 31 17 15 51 112
Binary 11011000 10101101 10100001 0 10100 11001 1111 1101 101001 1001010

Color Harmonies of #D8ADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADA1

Black with #D8ADA1

Text Example


Text Example

White with #D8ADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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