Html Css Color HEX #D4ADA1 Clam Shell

📋 copy color: '#D4ADA1'

red 212 ◦ green 173 ◦ blue 161

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

Shades of Clam Shell #D4ADA1

Tints of Clam Shell #D4ADA1

RGB

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

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

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

R = 38.83%
G = 31.68%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D4ADA1 (or 0xD4ADA1) is known color: Clam Shell. HEX triplet: D4, AD and A1. RGB value is (212,173,161). Sum of RGB (Red+Green+Blue) = 212+173+161=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ADA1 is #2B525E. Grayscale: #B7B7B7. Windows color (decimal): -2839135 or 10595796. OLE color: 10595796.

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

Color convert

RGB 212 173 161 -
CMYK 0 0.18 0.24 0.17
HSL 14.12º 0.37% 0.73% -
HSV(B) 14.12º 0.24% 0.83% -
XYZ 48.53 46.46 40.13 -
YUV 183.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 212 173 161 0 0.18 0.24 0.17 14.12 0.37 0.73
Hex D4 AD A1 0 12 18 11 E 25 49
Octal 324 255 241 0 22 30 21 16 45 111
Binary 11010100 10101101 10100001 0 10010 11000 10001 1110 100101 1001001

Color Harmonies of #D4ADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADA1

Black with #D4ADA1

Text Example


Text Example

White with #D4ADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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