Html Css Color HEX #D5B3AB Clam Shell

📋 copy color: '#D5B3AB'

red 213 ◦ green 179 ◦ blue 171

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

Shades of Clam Shell #D5B3AB

Tints of Clam Shell #D5B3AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.37%

R = 37.83%
G = 31.79%
B = 30.37%

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

#D5B3AB (or 0xD5B3AB) is known color: Clam Shell. HEX triplet: D5, B3 and AB. RGB value is (213,179,171). Sum of RGB (Red+Green+Blue) = 213+179+171=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B3AB is #2A4C54. Grayscale: #BCBCBC. Windows color (decimal): -2772053 or 11252693. OLE color: 11252693.

HSL color Cylindrical-coordinate representation of color #D5B3AB: hue angle of 11.43º degrees, saturation: 0.33, 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 #D5B3AB is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 179 171 -
CMYK 0 0.16 0.20 0.16
HSL 11.43º 0.33% 0.75% -
HSV(B) 11.43º 0.2% 0.84% -
XYZ 50.91 49.33 45.37 -
YUV 188.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 213 179 171 0 0.16 0.20 0.16 11.43 0.33 0.75
Hex D5 B3 AB 0 10 14 10 B 21 4B
Octal 325 263 253 0 20 24 20 13 41 113
Binary 11010101 10110011 10101011 0 10000 10100 10000 1011 100001 1001011

Color Harmonies of #D5B3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B3AB

Black with #D5B3AB

Text Example


Text Example

White with #D5B3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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