Html Css Color HEX #D8B3AA Clam Shell

📋 copy color: '#D8B3AA'

red 216 ◦ green 179 ◦ blue 170

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

Shades of Clam Shell #D8B3AA

Tints of Clam Shell #D8B3AA

RGB

 RED value IS 216 (84.77% from 255) = 38.23%

 GREEN value IS 179 (70.31% from 255) = 31.68%

 BLUE value IS 170 (66.8% from 255) = 30.09%

R = 38.23%
G = 31.68%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8B3AA (or 0xD8B3AA) is known color: Clam Shell. HEX triplet: D8, B3 and AA. RGB value is (216,179,170). Sum of RGB (Red+Green+Blue) = 216+179+170=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B3AA is #274C55. Grayscale: #BDBDBD. Windows color (decimal): -2575446 or 11187160. OLE color: 11187160.

HSL color Cylindrical-coordinate representation of color #D8B3AA: hue angle of 11.74º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8B3AA is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 170 -
CMYK 0 0.17 0.21 0.15
HSL 11.74º 0.37% 0.76% -
HSV(B) 11.74º 0.21% 0.85% -
XYZ 51.69 49.74 44.91 -
YUV 189.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 216 179 170 0 0.17 0.21 0.15 11.74 0.37 0.76
Hex D8 B3 AA 0 11 15 F C 25 4C
Octal 330 263 252 0 21 25 17 14 45 114
Binary 11011000 10110011 10101010 0 10001 10101 1111 1100 100101 1001100

Color Harmonies of #D8B3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B3AA

Black with #D8B3AA

Text Example


Text Example

White with #D8B3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B3AA; }

 p { color: rgb(216,179,170); }

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

background-color css

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

 a { background-color: rgb(216,179,170); }

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

border-color css

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

 span { border-color: rgb(216,179,170); }

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