#D0B5AE

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

Shades of Clam Shell #D0B5AE

Tints of Clam Shell #D0B5AE

Color information

#D0B5AE (or 0xD0B5AE) is unknown color: approx Clam Shell. HEX triplet: D0, B5 and AE. RGB value is (208,181,174). Sum of RGB (Red+Green+Blue) = 208+181+174=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B5AE is #2F4A51. Grayscale: #BCBCBC. Windows color (decimal): -3099218 or 11449808. OLE color: 11449808.

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

Color convert

RGB208181174-
CMYK00.130.160.18
HSL12.35º26.56%74.9%-
HSV(B)12.35º16.35%81.57%-
XYZ50.1849.5146.96-
YUV188.28119.95142.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=36.94%
G=32.15%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818117400.130.160.1812.3526.5674.9
HexD0B5AE0D1012c1b4b
Octal32026525601520221433113
Binary1101000010110101101011100110110000100101100110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B5AE; }

 p { color: rgb(208,181,174); }

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

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

 a { background-color: rgb(208,181,174); }

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

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

 span { border-color: rgb(208,181,174); }

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