Html Css Color HEX #D7B0A7 Clam Shell

📋 copy color: '#D7B0A7'

red 215 ◦ green 176 ◦ blue 167

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

Shades of Clam Shell #D7B0A7

Tints of Clam Shell #D7B0A7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.54%

 BLUE value IS 167 (65.63% from 255) = 29.93%

R = 38.53%
G = 31.54%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D7B0A7 (or 0xD7B0A7) is known color: Clam Shell. HEX triplet: D7, B0 and A7. RGB value is (215,176,167). Sum of RGB (Red+Green+Blue) = 215+176+167=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B0A7 is #284F58. Grayscale: #BABABA. Windows color (decimal): -2641753 or 10989783. OLE color: 10989783.

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

Color convert

RGB 215 176 167 -
CMYK 0 0.18 0.22 0.16
HSL 11.25º 0.38% 0.75% -
HSV(B) 11.25º 0.22% 0.84% -
XYZ 50.52 48.29 43.22 -
YUV 186.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 215 176 167 0 0.18 0.22 0.16 11.25 0.38 0.75
Hex D7 B0 A7 0 12 16 10 B 26 4B
Octal 327 260 247 0 22 26 20 13 46 113
Binary 11010111 10110000 10100111 0 10010 10110 10000 1011 100110 1001011

Color Harmonies of #D7B0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B0A7

Black with #D7B0A7

Text Example


Text Example

White with #D7B0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B0A7; }

 p { color: rgb(215,176,167); }

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

background-color css

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

 a { background-color: rgb(215,176,167); }

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

border-color css

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

 span { border-color: rgb(215,176,167); }

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