#D0B4AC

Color #D0B4AC Clam Shell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clam Shell #D0B4AC

Tints of Clam Shell #D0B4AC

Color information

#D0B4AC (or 0xD0B4AC) is unknown color: approx Clam Shell. HEX triplet: D0, B4 and AC. RGB value is (208,180,172). Sum of RGB (Red+Green+Blue) = 208+180+172=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B4AC is #2F4B53. Grayscale: #BBBBBB. Windows color (decimal): -3099476 or 11318480. OLE color: 11318480.

HSL color Cylindrical-coordinate representation of color #D0B4AC: hue angle of 13.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0B4AC is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208180172-
CMYK00.130.170.18
HSL13.33º27.69%74.51%-
HSV(B)13.33º17.31%81.57%-
XYZ49.7849.0345.87-
YUV187.46119.28142.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=37.14%
G=32.14%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818017200.130.170.1813.3327.6974.51
HexD0B4AC0D1112d1c4b
Octal32026425401521221534113
Binary1101000010110100101011000110110001100101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B4AC; }

 p { color: rgb(208,180,172); }

 H1.HeaderClassName
 {
   color: #D0B4AC;
 }
 .AnyTagClassName
 {
   color: #D0B4AC;
 }
</style>
background-color css

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

 a { background-color: rgb(208,180,172); }

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

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

 span { border-color: rgb(208,180,172); }

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