Html Css Color HEX #D7ABA5 Clam Shell

📋 copy color: '#D7ABA5'

red 215 ◦ green 171 ◦ blue 165

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

Shades of Clam Shell #D7ABA5

Tints of Clam Shell #D7ABA5

RGB

 RED value IS 215 (84.38% from 255) = 39.02%

 GREEN value IS 171 (67.19% from 255) = 31.03%

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

R = 39.02%
G = 31.03%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D7ABA5 (or 0xD7ABA5) is known color: Clam Shell. HEX triplet: D7, AB and A5. RGB value is (215,171,165). Sum of RGB (Red+Green+Blue) = 215+171+165=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ABA5 is #28545A. Grayscale: #B7B7B7. Windows color (decimal): -2643035 or 10857431. OLE color: 10857431.

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

Color convert

RGB 215 171 165 -
CMYK 0 0.20 0.23 0.16
HSL 7.2º 0.38% 0.75% -
HSV(B) 7.2º 0.23% 0.84% -
XYZ 49.38 46.29 41.93 -
YUV 183.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 215 171 165 0 0.20 0.23 0.16 7.2 0.38 0.75
Hex D7 AB A5 0 14 17 10 7 26 4B
Octal 327 253 245 0 24 27 20 7 46 113
Binary 11010111 10101011 10100101 0 10100 10111 10000 111 100110 1001011

Color Harmonies of #D7ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABA5

Black with #D7ABA5

Text Example


Text Example

White with #D7ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABA5; }

 p { color: rgb(215,171,165); }

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

background-color css

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

 a { background-color: rgb(215,171,165); }

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

border-color css

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

 span { border-color: rgb(215,171,165); }

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