Html Css Color HEX #D6B5AC Clam Shell

📋 copy color: '#D6B5AC'

red 214 ◦ green 181 ◦ blue 172

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

Shades of Clam Shell #D6B5AC

Tints of Clam Shell #D6B5AC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.92%

 BLUE value IS 172 (67.58% from 255) = 30.34%

R = 37.74%
G = 31.92%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6B5AC (or 0xD6B5AC) is known color: Clam Shell. HEX triplet: D6, B5 and AC. RGB value is (214,181,172). Sum of RGB (Red+Green+Blue) = 214+181+172=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B5AC is #294A53. Grayscale: #BDBDBD. Windows color (decimal): -2706004 or 11318742. OLE color: 11318742.

HSL color Cylindrical-coordinate representation of color #D6B5AC: hue angle of 12.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6B5AC is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 172 -
CMYK 0 0.15 0.20 0.16
HSL 12.86º 0.34% 0.76% -
HSV(B) 12.86º 0.2% 0.84% -
XYZ 51.7 50.32 46.02 -
YUV 189.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 214 181 172 0 0.15 0.20 0.16 12.86 0.34 0.76
Hex D6 B5 AC 0 F 14 10 D 22 4C
Octal 326 265 254 0 17 24 20 15 42 114
Binary 11010110 10110101 10101100 0 1111 10100 10000 1101 100010 1001100

Color Harmonies of #D6B5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B5AC

Black with #D6B5AC

Text Example


Text Example

White with #D6B5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B5AC; }

 p { color: rgb(214,181,172); }

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

background-color css

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

 a { background-color: rgb(214,181,172); }

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

border-color css

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

 span { border-color: rgb(214,181,172); }

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