Html Css Color HEX #D4ADA6 Clam Shell

📋 copy color: '#D4ADA6'

red 212 ◦ green 173 ◦ blue 166

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

Shades of Clam Shell #D4ADA6

Tints of Clam Shell #D4ADA6

RGB

 RED value IS 212 (83.2% from 255) = 38.48%

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

 BLUE value IS 166 (65.23% from 255) = 30.13%

R = 38.48%
G = 31.4%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D4ADA6 (or 0xD4ADA6) is known color: Clam Shell. HEX triplet: D4, AD and A6. RGB value is (212,173,166). Sum of RGB (Red+Green+Blue) = 212+173+166=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ADA6 is #2B5259. Grayscale: #B7B7B7. Windows color (decimal): -2839130 or 10923476. OLE color: 10923476.

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

Color convert

RGB 212 173 166 -
CMYK 0 0.18 0.22 0.17
HSL 9.13º 0.35% 0.74% -
HSV(B) 9.13º 0.22% 0.83% -
XYZ 48.98 46.64 42.5 -
YUV 183.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 212 173 166 0 0.18 0.22 0.17 9.13 0.35 0.74
Hex D4 AD A6 0 12 16 11 9 23 4A
Octal 324 255 246 0 22 26 21 11 43 112
Binary 11010100 10101101 10100110 0 10010 10110 10001 1001 100011 1001010

Color Harmonies of #D4ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADA6

Black with #D4ADA6

Text Example


Text Example

White with #D4ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADA6; }

 p { color: rgb(212,173,166); }

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

background-color css

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

 a { background-color: rgb(212,173,166); }

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

border-color css

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

 span { border-color: rgb(212,173,166); }

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