#D5A886

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

Shades of Cameo #D5A886

Tints of Cameo #D5A886

Color information

#D5A886 (or 0xD5A886) is unknown color: approx Cameo. HEX triplet: D5, A8 and 86. RGB value is (213,168,134). Sum of RGB (Red+Green+Blue) = 213+168+134=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A886 is #2A5779. Grayscale: #B1B1B1. Windows color (decimal): -2774906 or 8825045. OLE color: 8825045.

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

Color convert

RGB213168134-
CMYK00.210.370.16
HSL25.82º48.47%68.04%-
HSV(B)25.82º37.09%83.53%-
XYZ45.7543.8728.61-
YUV177.58103.41153.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=41.36%
G=32.62%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316813400.210.370.1625.8248.4768.04
HexD5A88601525101a3044
Octal32525020602545203260104
Binary11010101101010001000011001010110010110000110101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A886; }

 p { color: rgb(213,168,134); }

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

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

 a { background-color: rgb(213,168,134); }

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

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

 span { border-color: rgb(213,168,134); }

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