Html Css Color HEX #D6B2AA Clam Shell

📋 copy color: '#D6B2AA'

red 214 ◦ green 178 ◦ blue 170

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

Shades of Clam Shell #D6B2AA

Tints of Clam Shell #D6B2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.67%

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

R = 38.08%
G = 31.67%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6B2AA (or 0xD6B2AA) is known color: Clam Shell. HEX triplet: D6, B2 and AA. RGB value is (214,178,170). Sum of RGB (Red+Green+Blue) = 214+178+170=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B2AA is #294D55. Grayscale: #BBBBBB. Windows color (decimal): -2706774 or 11186902. OLE color: 11186902.

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

Color convert

RGB 214 178 170 -
CMYK 0 0.17 0.21 0.16
HSL 10.91º 0.35% 0.75% -
HSV(B) 10.91º 0.21% 0.84% -
XYZ 50.91 49.04 44.81 -
YUV 187.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 214 178 170 0 0.17 0.21 0.16 10.91 0.35 0.75
Hex D6 B2 AA 0 11 15 10 B 23 4B
Octal 326 262 252 0 21 25 20 13 43 113
Binary 11010110 10110010 10101010 0 10001 10101 10000 1011 100011 1001011

Color Harmonies of #D6B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B2AA

Black with #D6B2AA

Text Example


Text Example

White with #D6B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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