Html Css Color HEX #D4ADA4 Clam Shell

📋 copy color: '#D4ADA4'

red 212 ◦ green 173 ◦ blue 164

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

Shades of Clam Shell #D4ADA4

Tints of Clam Shell #D4ADA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.87%

R = 38.62%
G = 31.51%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D4ADA4 (or 0xD4ADA4) is known color: Clam Shell. HEX triplet: D4, AD and A4. RGB value is (212,173,164). Sum of RGB (Red+Green+Blue) = 212+173+164=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ADA4 is #2B525B. Grayscale: #B7B7B7. Windows color (decimal): -2839132 or 10792404. OLE color: 10792404.

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

Color convert

RGB 212 173 164 -
CMYK 0 0.18 0.23 0.17
HSL 11.25º 0.36% 0.74% -
HSV(B) 11.25º 0.23% 0.83% -
XYZ 48.8 46.56 41.54 -
YUV 183.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 212 173 164 0 0.18 0.23 0.17 11.25 0.36 0.74
Hex D4 AD A4 0 12 17 11 B 24 4A
Octal 324 255 244 0 22 27 21 13 44 112
Binary 11010100 10101101 10100100 0 10010 10111 10001 1011 100100 1001010

Color Harmonies of #D4ADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADA4

Black with #D4ADA4

Text Example


Text Example

White with #D4ADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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