#D0ACA5

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

Shades of Clam Shell #D0ACA5

Tints of Clam Shell #D0ACA5

Color information

#D0ACA5 (or 0xD0ACA5) is unknown color: approx Clam Shell. HEX triplet: D0, AC and A5. RGB value is (208,172,165). Sum of RGB (Red+Green+Blue) = 208+172+165=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ACA5 is #2F535A. Grayscale: #B6B6B6. Windows color (decimal): -3101531 or 10857680. OLE color: 10857680.

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

Color convert

RGB208172165-
CMYK00.170.210.18
HSL9.77º31.39%73.14%-
HSV(B)9.77º20.67%81.57%-
XYZ47.5645.6341.9-
YUV181.97118.43146.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=38.17%
G=31.56%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817216500.170.210.189.7731.3973.14
HexD0ACA50111512a1f49
Octal32025424502125221237111
Binary11010000101011001010010101000110101100101010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACA5; }

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

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

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

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

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

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

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

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