#D0A485

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

Shades of Cameo #D0A485

Tints of Cameo #D0A485

Color information

#D0A485 (or 0xD0A485) is unknown color: approx Cameo. HEX triplet: D0, A4 and 85. RGB value is (208,164,133). Sum of RGB (Red+Green+Blue) = 208+164+133=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A485 is #2F5B7A. Grayscale: #ADADAD. Windows color (decimal): -3103611 or 8758480. OLE color: 8758480.

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

Color convert

RGB208164133-
CMYK00.210.360.18
HSL24.8º44.38%66.86%-
HSV(B)24.8º36.06%81.57%-
XYZ43.5241.6527.94-
YUV173.62105.08152.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=41.19%
G=32.48%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816413300.210.360.1824.844.3866.86
HexD0A4850152412192c43
Octal32024420502544223154103
Binary11010000101001001000010101010110010010010110011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A485; }

 p { color: rgb(208,164,133); }

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

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

 a { background-color: rgb(208,164,133); }

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

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

 span { border-color: rgb(208,164,133); }

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