Html Css Color HEX #D1B0AA Clam Shell

📋 copy color: '#D1B0AA'

red 209 ◦ green 176 ◦ blue 170

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

Shades of Clam Shell #D1B0AA

Tints of Clam Shell #D1B0AA

RGB

 RED value IS 209 (82.03% from 255) = 37.66%

 GREEN value IS 176 (69.14% from 255) = 31.71%

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

R = 37.66%
G = 31.71%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D1B0AA (or 0xD1B0AA) is known color: Clam Shell. HEX triplet: D1, B0 and AA. RGB value is (209,176,170). Sum of RGB (Red+Green+Blue) = 209+176+170=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B0AA is #2E4F55. Grayscale: #B9B9B9. Windows color (decimal): -3034966 or 11186385. OLE color: 11186385.

HSL color Cylindrical-coordinate representation of color #D1B0AA: hue angle of 9.23º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1B0AA is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 176 170 -
CMYK 0 0.16 0.19 0.18
HSL 9.23º 0.3% 0.74% -
HSV(B) 9.23º 0.19% 0.82% -
XYZ 49.08 47.51 44.61 -
YUV 185.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 209 176 170 0 0.16 0.19 0.18 9.23 0.3 0.74
Hex D1 B0 AA 0 10 13 12 9 1E 4A
Octal 321 260 252 0 20 23 22 11 36 112
Binary 11010001 10110000 10101010 0 10000 10011 10010 1001 11110 1001010

Color Harmonies of #D1B0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B0AA

Black with #D1B0AA

Text Example


Text Example

White with #D1B0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B0AA; }

 p { color: rgb(209,176,170); }

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

background-color css

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

 a { background-color: rgb(209,176,170); }

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

border-color css

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

 span { border-color: rgb(209,176,170); }

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