#D4A785

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

Shades of Cameo #D4A785

Tints of Cameo #D4A785

Color information

#D4A785 (or 0xD4A785) is unknown color: approx Cameo. HEX triplet: D4, A7 and 85. RGB value is (212,167,133). Sum of RGB (Red+Green+Blue) = 212+167+133=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A785 is #2B587A. Grayscale: #B0B0B0. Windows color (decimal): -2840699 or 8759252. OLE color: 8759252.

HSL color Cylindrical-coordinate representation of color #D4A785: hue angle of 25.82º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4A785 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212167133-
CMYK00.210.370.17
HSL25.82º47.88%67.65%-
HSV(B)25.82º37.26%83.14%-
XYZ45.243.3328.17-
YUV176.58103.41153.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=41.41%
G=32.62%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216713300.210.370.1725.8247.8867.65
HexD4A78501525111a3044
Octal32424720502545213260104
Binary11010100101001111000010101010110010110001110101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A785; }

 p { color: rgb(212,167,133); }

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

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

 a { background-color: rgb(212,167,133); }

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

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

 span { border-color: rgb(212,167,133); }

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