Html Css Color HEX #D6B7AA Clam Shell

📋 copy color: '#D6B7AA'

red 214 ◦ green 183 ◦ blue 170

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

Shades of Clam Shell #D6B7AA

Tints of Clam Shell #D6B7AA

RGB

 RED value IS 214 (83.98% from 255) = 37.74%

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

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

R = 37.74%
G = 32.28%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6B7AA (or 0xD6B7AA) is known color: Clam Shell. HEX triplet: D6, B7 and AA. RGB value is (214,183,170). Sum of RGB (Red+Green+Blue) = 214+183+170=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B7AA is #294855. Grayscale: #BEBEBE. Windows color (decimal): -2705494 or 11188182. OLE color: 11188182.

HSL color Cylindrical-coordinate representation of color #D6B7AA: hue angle of 17.73º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6B7AA is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 170 -
CMYK 0 0.14 0.21 0.16
HSL 17.73º 0.35% 0.75% -
HSV(B) 17.73º 0.21% 0.84% -
XYZ 51.92 51.07 45.15 -
YUV 190.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 214 183 170 0 0.14 0.21 0.16 17.73 0.35 0.75
Hex D6 B7 AA 0 E 15 10 12 23 4B
Octal 326 267 252 0 16 25 20 22 43 113
Binary 11010110 10110111 10101010 0 1110 10101 10000 10010 100011 1001011

Color Harmonies of #D6B7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B7AA

Black with #D6B7AA

Text Example


Text Example

White with #D6B7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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