#D0AE9E

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

Shades of Clam Shell #D0AE9E

Tints of Clam Shell #D0AE9E

Color information

#D0AE9E (or 0xD0AE9E) is unknown color: approx Clam Shell. HEX triplet: D0, AE and 9E. RGB value is (208,174,158). Sum of RGB (Red+Green+Blue) = 208+174+158=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE9E is #2F5161. Grayscale: #B6B6B6. Windows color (decimal): -3101026 or 10399440. OLE color: 10399440.

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

Color convert

RGB208174158-
CMYK00.160.240.18
HSL19.2º34.72%71.76%-
HSV(B)19.2º24.04%81.57%-
XYZ47.3246.1538.76-
YUV182.34114.26146.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=38.52%
G=32.22%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817415800.160.240.1819.234.7271.76
HexD0AE9E0101812132348
Octal32025623602030222343110
Binary1101000010101110100111100100001100010010100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE9E; }

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

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

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

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

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

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

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

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