#D0AA8E

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

Shades of Cameo #D0AA8E

Tints of Cameo #D0AA8E

Color information

#D0AA8E (or 0xD0AA8E) is unknown color: approx Cameo. HEX triplet: D0, AA and 8E. RGB value is (208,170,142). Sum of RGB (Red+Green+Blue) = 208+170+142=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AA8E is #2F5571. Grayscale: #B2B2B2. Windows color (decimal): -3102066 or 9349840. OLE color: 9349840.

HSL color Cylindrical-coordinate representation of color #D0AA8E: hue angle of 25.45º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0AA8E is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB208170142-
CMYK00.180.320.18
HSL25.45º41.25%68.63%-
HSV(B)25.45º31.73%81.57%-
XYZ45.2744.1131.72-
YUV178.17107.59149.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 142 (55.86% from 255) = 27.31%
R=40%
G=32.69%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817014200.180.320.1825.4541.2568.63
HexD0AA8E0122012192945
Octal32025221602240223151105
Binary11010000101010101000111001001010000010010110011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AA8E; }

 p { color: rgb(208,170,142); }

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

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

 a { background-color: rgb(208,170,142); }

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

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

 span { border-color: rgb(208,170,142); }

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