#D0ADA0

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

Shades of Clam Shell #D0ADA0

Tints of Clam Shell #D0ADA0

Color information

#D0ADA0 (or 0xD0ADA0) is unknown color: approx Clam Shell. HEX triplet: D0, AD and A0. RGB value is (208,173,160). Sum of RGB (Red+Green+Blue) = 208+173+160=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ADA0 is #2F525F. Grayscale: #B6B6B6. Windows color (decimal): -3101280 or 10530256. OLE color: 10530256.

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

Color convert

RGB208173160-
CMYK00.170.230.18
HSL16.25º33.8%72.16%-
HSV(B)16.25º23.08%81.57%-
XYZ47.345.8439.61-
YUV181.98115.6146.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 160 (62.89% from 255) = 29.57%
R=38.45%
G=31.98%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817316000.170.230.1816.2533.872.16
HexD0ADA00111712102248
Octal32025524002127222042110
Binary1101000010101101101000000100011011110010100001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADA0; }

 p { color: rgb(208,173,160); }

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

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

 a { background-color: rgb(208,173,160); }

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

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

 span { border-color: rgb(208,173,160); }

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