Html Css Color HEX #D5ADA5 Clam Shell

📋 copy color: '#D5ADA5'

red 213 ◦ green 173 ◦ blue 165

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

Shades of Clam Shell #D5ADA5

Tints of Clam Shell #D5ADA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.95%

R = 38.66%
G = 31.4%
B = 29.95%

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

#D5ADA5 (or 0xD5ADA5) is known color: Clam Shell. HEX triplet: D5, AD and A5. RGB value is (213,173,165). Sum of RGB (Red+Green+Blue) = 213+173+165=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADA5 is #2A525A. Grayscale: #B8B8B8. Windows color (decimal): -2773595 or 10857941. OLE color: 10857941.

HSL color Cylindrical-coordinate representation of color #D5ADA5: hue angle of 10º degrees, saturation: 0.36, 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 #D5ADA5 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 165 -
CMYK 0 0.19 0.23 0.16
HSL 10º 0.36% 0.74% -
HSV(B) 10º 0.23% 0.84% -
XYZ 49.18 46.75 42.03 -
YUV 184.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 213 173 165 0 0.19 0.23 0.16 10 0.36 0.74
Hex D5 AD A5 0 13 17 10 A 24 4A
Octal 325 255 245 0 23 27 20 12 44 112
Binary 11010101 10101101 10100101 0 10011 10111 10000 1010 100100 1001010

Color Harmonies of #D5ADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADA5

Black with #D5ADA5

Text Example


Text Example

White with #D5ADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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