Html Css Color HEX #D8B5AA Clam Shell

📋 copy color: '#D8B5AA'

red 216 ◦ green 181 ◦ blue 170

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

Shades of Clam Shell #D8B5AA

Tints of Clam Shell #D8B5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.92%

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

R = 38.1%
G = 31.92%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8B5AA (or 0xD8B5AA) is known color: Clam Shell. HEX triplet: D8, B5 and AA. RGB value is (216,181,170). Sum of RGB (Red+Green+Blue) = 216+181+170=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B5AA is #274A55. Grayscale: #BEBEBE. Windows color (decimal): -2574934 or 11187672. OLE color: 11187672.

HSL color Cylindrical-coordinate representation of color #D8B5AA: hue angle of 14.35º 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 #D8B5AA is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 181 170 -
CMYK 0 0.16 0.21 0.15
HSL 14.35º 0.37% 0.76% -
HSV(B) 14.35º 0.21% 0.85% -
XYZ 52.1 50.55 45.04 -
YUV 190.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 216 181 170 0 0.16 0.21 0.15 14.35 0.37 0.76
Hex D8 B5 AA 0 10 15 F E 25 4C
Octal 330 265 252 0 20 25 17 16 45 114
Binary 11011000 10110101 10101010 0 10000 10101 1111 1110 100101 1001100

Color Harmonies of #D8B5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B5AA

Black with #D8B5AA

Text Example


Text Example

White with #D8B5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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