#D5A985

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

Shades of Cameo #D5A985

Tints of Cameo #D5A985

Color information

#D5A985 (or 0xD5A985) is unknown color: approx Cameo. HEX triplet: D5, A9 and 85. RGB value is (213,169,133). Sum of RGB (Red+Green+Blue) = 213+169+133=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A985 is #2A567A. Grayscale: #B2B2B2. Windows color (decimal): -2774651 or 8759765. OLE color: 8759765.

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

Color convert

RGB213169133-
CMYK00.210.380.16
HSL27º48.78%67.84%-
HSV(B)27º37.56%83.53%-
XYZ45.8644.2228.31-
YUV178.05102.58152.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 169 (66.41% from 255) = 32.82%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=41.36%
G=32.82%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316913300.210.380.162748.7867.84
HexD5A98501526101b3144
Octal32525120502546203361104
Binary11010101101010011000010101010110011010000110111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A985; }

 p { color: rgb(213,169,133); }

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

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

 a { background-color: rgb(213,169,133); }

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

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

 span { border-color: rgb(213,169,133); }

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