Html Css Color HEX #D5B3AA Clam Shell

📋 copy color: '#D5B3AA'

red 213 ◦ green 179 ◦ blue 170

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

Shades of Clam Shell #D5B3AA

Tints of Clam Shell #D5B3AA

RGB

 RED value IS 213 (83.59% from 255) = 37.9%

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

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

R = 37.9%
G = 31.85%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5B3AA (or 0xD5B3AA) is known color: Clam Shell. HEX triplet: D5, B3 and AA. RGB value is (213,179,170). Sum of RGB (Red+Green+Blue) = 213+179+170=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B3AA is #2A4C55. Grayscale: #BCBCBC. Windows color (decimal): -2772054 or 11187157. OLE color: 11187157.

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

Color convert

RGB 213 179 170 -
CMYK 0 0.16 0.20 0.16
HSL 12.56º 0.34% 0.75% -
HSV(B) 12.56º 0.2% 0.84% -
XYZ 50.82 49.29 44.87 -
YUV 188.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 213 179 170 0 0.16 0.20 0.16 12.56 0.34 0.75
Hex D5 B3 AA 0 10 14 10 D 22 4B
Octal 325 263 252 0 20 24 20 15 42 113
Binary 11010101 10110011 10101010 0 10000 10100 10000 1101 100010 1001011

Color Harmonies of #D5B3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B3AA

Black with #D5B3AA

Text Example


Text Example

White with #D5B3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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