Html Css Color HEX #D9B7AA Clam Shell

📋 copy color: '#D9B7AA'

red 217 ◦ green 183 ◦ blue 170

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

Shades of Clam Shell #D9B7AA

Tints of Clam Shell #D9B7AA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.11%

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

R = 38.07%
G = 32.11%
B = 29.82%

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

#D9B7AA (or 0xD9B7AA) is known color: Clam Shell. HEX triplet: D9, B7 and AA. RGB value is (217,183,170). Sum of RGB (Red+Green+Blue) = 217+183+170=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B7AA is #264855. Grayscale: #BFBFBF. Windows color (decimal): -2508886 or 11188185. OLE color: 11188185.

HSL color Cylindrical-coordinate representation of color #D9B7AA: hue angle of 16.6º 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 #D9B7AA is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 183 170 -
CMYK 0 0.16 0.22 0.15
HSL 16.6º 0.38% 0.76% -
HSV(B) 16.6º 0.22% 0.85% -
XYZ 52.8 51.52 45.19 -
YUV 191.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 217 183 170 0 0.16 0.22 0.15 16.6 0.38 0.76
Hex D9 B7 AA 0 10 16 F 11 26 4C
Octal 331 267 252 0 20 26 17 21 46 114
Binary 11011001 10110111 10101010 0 10000 10110 1111 10001 100110 1001100

Color Harmonies of #D9B7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B7AA

Black with #D9B7AA

Text Example


Text Example

White with #D9B7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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