Html Css Color HEX #D5ADA4 Clam Shell

📋 copy color: '#D5ADA4'

red 213 ◦ green 173 ◦ blue 164

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

Shades of Clam Shell #D5ADA4

Tints of Clam Shell #D5ADA4

RGB

 RED value IS 213 (83.59% from 255) = 38.73%

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

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

R = 38.73%
G = 31.45%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D5ADA4 (or 0xD5ADA4) is known color: Clam Shell. HEX triplet: D5, AD and A4. RGB value is (213,173,164). Sum of RGB (Red+Green+Blue) = 213+173+164=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADA4 is #2A525B. Grayscale: #B8B8B8. Windows color (decimal): -2773596 or 10792405. OLE color: 10792405.

HSL color Cylindrical-coordinate representation of color #D5ADA4: hue angle of 11.02º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5ADA4 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 164 -
CMYK 0 0.19 0.23 0.16
HSL 11.02º 0.37% 0.74% -
HSV(B) 11.02º 0.23% 0.84% -
XYZ 49.08 46.71 41.55 -
YUV 183.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 213 173 164 0 0.19 0.23 0.16 11.02 0.37 0.74
Hex D5 AD A4 0 13 17 10 B 25 4A
Octal 325 255 244 0 23 27 20 13 45 112
Binary 11010101 10101101 10100100 0 10011 10111 10000 1011 100101 1001010

Color Harmonies of #D5ADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADA4

Black with #D5ADA4

Text Example


Text Example

White with #D5ADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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