#D5A889

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

Shades of Cameo #D5A889

Tints of Cameo #D5A889

Color information

#D5A889 (or 0xD5A889) is unknown color: approx Cameo. HEX triplet: D5, A8 and 89. RGB value is (213,168,137). Sum of RGB (Red+Green+Blue) = 213+168+137=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A889 is #2A5776. Grayscale: #B2B2B2. Windows color (decimal): -2774903 or 9021653. OLE color: 9021653.

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

Color convert

RGB213168137-
CMYK00.210.360.16
HSL24.47º47.5%68.63%-
HSV(B)24.47º35.68%83.53%-
XYZ45.9643.9629.73-
YUV177.92104.91153.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 137 (53.91% from 255) = 26.45%
R=41.12%
G=32.43%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316813700.210.360.1624.4747.568.63
HexD5A8890152410183045
Octal32525021102544203060105
Binary11010101101010001000100101010110010010000110001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A889; }

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

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

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

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

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

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

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

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