#D0ACA7

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

Shades of Clam Shell #D0ACA7

Tints of Clam Shell #D0ACA7

Color information

#D0ACA7 (or 0xD0ACA7) is unknown color: approx Clam Shell. HEX triplet: D0, AC and A7. RGB value is (208,172,167). Sum of RGB (Red+Green+Blue) = 208+172+167=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ACA7 is #2F5358. Grayscale: #B6B6B6. Windows color (decimal): -3101529 or 10988752. OLE color: 10988752.

HSL color Cylindrical-coordinate representation of color #D0ACA7: hue angle of 7.32º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0ACA7 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB208172167-
CMYK00.170.200.18
HSL7.32º30.37%73.53%-
HSV(B)7.32º19.71%81.57%-
XYZ47.7445.742.86-
YUV182.19119.43146.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=38.03%
G=31.44%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817216700.170.200.187.3230.3773.53
HexD0ACA7011141271e4a
Octal3202542470212422736112
Binary1101000010101100101001110100011010010010111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACA7; }

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

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

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

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

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

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

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

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