Html Css Color HEX #D9ADA4 Clam Shell

📋 copy color: '#D9ADA4'

red 217 ◦ green 173 ◦ blue 164

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

Shades of Clam Shell #D9ADA4

Tints of Clam Shell #D9ADA4

RGB

 RED value IS 217 (85.16% from 255) = 39.17%

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

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

R = 39.17%
G = 31.23%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D9ADA4 (or 0xD9ADA4) is known color: Clam Shell. HEX triplet: D9, AD and A4. RGB value is (217,173,164). Sum of RGB (Red+Green+Blue) = 217+173+164=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADA4 is #26525B. Grayscale: #B9B9B9. Windows color (decimal): -2511452 or 10792409. OLE color: 10792409.

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

Color convert

RGB 217 173 164 -
CMYK 0 0.20 0.24 0.15
HSL 10.19º 0.41% 0.75% -
HSV(B) 10.19º 0.24% 0.85% -
XYZ 50.26 47.32 41.61 -
YUV 185.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 217 173 164 0 0.20 0.24 0.15 10.19 0.41 0.75
Hex D9 AD A4 0 14 18 F A 29 4B
Octal 331 255 244 0 24 30 17 12 51 113
Binary 11011001 10101101 10100100 0 10100 11000 1111 1010 101001 1001011

Color Harmonies of #D9ADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADA4

Black with #D9ADA4

Text Example


Text Example

White with #D9ADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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