Html Css Color HEX #D7B0A3 Clam Shell

📋 copy color: '#D7B0A3'

red 215 ◦ green 176 ◦ blue 163

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

Shades of Clam Shell #D7B0A3

Tints of Clam Shell #D7B0A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.42%

R = 38.81%
G = 31.77%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D7B0A3 (or 0xD7B0A3) is known color: Clam Shell. HEX triplet: D7, B0 and A3. RGB value is (215,176,163). Sum of RGB (Red+Green+Blue) = 215+176+163=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B0A3 is #284F5C. Grayscale: #BABABA. Windows color (decimal): -2641757 or 10727639. OLE color: 10727639.

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

Color convert

RGB 215 176 163 -
CMYK 0 0.18 0.24 0.16
HSL 15º 0.39% 0.74% -
HSV(B) 15º 0.24% 0.84% -
XYZ 50.16 48.14 41.3 -
YUV 186.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 215 176 163 0 0.18 0.24 0.16 15 0.39 0.74
Hex D7 B0 A3 0 12 18 10 F 27 4A
Octal 327 260 243 0 22 30 20 17 47 112
Binary 11010111 10110000 10100011 0 10010 11000 10000 1111 100111 1001010

Color Harmonies of #D7B0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B0A3

Black with #D7B0A3

Text Example


Text Example

White with #D7B0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B0A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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