Html Css Color HEX #D7AD9F Clam Shell

📋 copy color: '#D7AD9F'

red 215 ◦ green 173 ◦ blue 159

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

Shades of Clam Shell #D7AD9F

Tints of Clam Shell #D7AD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.07%

R = 39.31%
G = 31.63%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D7AD9F (or 0xD7AD9F) is known color: Clam Shell. HEX triplet: D7, AD and 9F. RGB value is (215,173,159). Sum of RGB (Red+Green+Blue) = 215+173+159=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD9F is #285260. Grayscale: #B8B8B8. Windows color (decimal): -2642529 or 10464727. OLE color: 10464727.

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

Color convert

RGB 215 173 159 -
CMYK 0 0.20 0.26 0.16
HSL 15º 0.41% 0.73% -
HSV(B) 15º 0.26% 0.84% -
XYZ 49.23 46.84 39.25 -
YUV 183.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 215 173 159 0 0.20 0.26 0.16 15 0.41 0.73
Hex D7 AD 9F 0 14 1A 10 F 29 49
Octal 327 255 237 0 24 32 20 17 51 111
Binary 11010111 10101101 10011111 0 10100 11010 10000 1111 101001 1001001

Color Harmonies of #D7AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD9F

Black with #D7AD9F

Text Example


Text Example

White with #D7AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD9F; }

 p { color: rgb(215,173,159); }

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

background-color css

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

 a { background-color: rgb(215,173,159); }

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

border-color css

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

 span { border-color: rgb(215,173,159); }

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