Html Css Color HEX #D9B6AA Clam Shell

📋 copy color: '#D9B6AA'

red 217 ◦ green 182 ◦ blue 170

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

Shades of Clam Shell #D9B6AA

Tints of Clam Shell #D9B6AA

RGB

 RED value IS 217 (85.16% from 255) = 38.14%

 GREEN value IS 182 (71.48% from 255) = 31.99%

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

R = 38.14%
G = 31.99%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D9B6AA (or 0xD9B6AA) is known color: Clam Shell. HEX triplet: D9, B6 and AA. RGB value is (217,182,170). Sum of RGB (Red+Green+Blue) = 217+182+170=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B6AA is #264955. Grayscale: #BFBFBF. Windows color (decimal): -2509142 or 11187929. OLE color: 11187929.

HSL color Cylindrical-coordinate representation of color #D9B6AA: hue angle of 15.32º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B6AA is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 182 170 -
CMYK 0 0.16 0.22 0.15
HSL 15.32º 0.38% 0.76% -
HSV(B) 15.32º 0.22% 0.85% -
XYZ 52.6 51.11 45.12 -
YUV 191.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 217 182 170 0 0.16 0.22 0.15 15.32 0.38 0.76
Hex D9 B6 AA 0 10 16 F F 26 4C
Octal 331 266 252 0 20 26 17 17 46 114
Binary 11011001 10110110 10101010 0 10000 10110 1111 1111 100110 1001100

Color Harmonies of #D9B6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B6AA

Black with #D9B6AA

Text Example


Text Example

White with #D9B6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B6AA; }

 p { color: rgb(217,182,170); }

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

background-color css

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

 a { background-color: rgb(217,182,170); }

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

border-color css

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

 span { border-color: rgb(217,182,170); }

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