Html Css Color HEX #D3B5AD Clam Shell

📋 copy color: '#D3B5AD'

red 211 ◦ green 181 ◦ blue 173

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

Shades of Clam Shell #D3B5AD

Tints of Clam Shell #D3B5AD

RGB

 RED value IS 211 (82.81% from 255) = 37.35%

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

 BLUE value IS 173 (67.97% from 255) = 30.62%

R = 37.35%
G = 32.04%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D3B5AD (or 0xD3B5AD) is known color: Clam Shell. HEX triplet: D3, B5 and AD. RGB value is (211,181,173). Sum of RGB (Red+Green+Blue) = 211+181+173=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B5AD is #2C4A52. Grayscale: #BDBDBD. Windows color (decimal): -2902611 or 11384275. OLE color: 11384275.

HSL color Cylindrical-coordinate representation of color #D3B5AD: hue angle of 12.63º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3B5AD is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 181 173 -
CMYK 0 0.14 0.18 0.17
HSL 12.63º 0.3% 0.75% -
HSV(B) 12.63º 0.18% 0.83% -
XYZ 50.93 49.91 46.49 -
YUV 189.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 211 181 173 0 0.14 0.18 0.17 12.63 0.3 0.75
Hex D3 B5 AD 0 E 12 11 D 1E 4B
Octal 323 265 255 0 16 22 21 15 36 113
Binary 11010011 10110101 10101101 0 1110 10010 10001 1101 11110 1001011

Color Harmonies of #D3B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B5AD

Black with #D3B5AD

Text Example


Text Example

White with #D3B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B5AD; }

 p { color: rgb(211,181,173); }

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

background-color css

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

 a { background-color: rgb(211,181,173); }

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

border-color css

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

 span { border-color: rgb(211,181,173); }

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