#D1A583

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

Shades of Cameo #D1A583

Tints of Cameo #D1A583

Color information

#D1A583 (or 0xD1A583) is unknown color: approx Cameo. HEX triplet: D1, A5 and 83. RGB value is (209,165,131). Sum of RGB (Red+Green+Blue) = 209+165+131=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A583 is #2E5A7C. Grayscale: #AEAEAE. Windows color (decimal): -3037821 or 8627665. OLE color: 8627665.

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

Color convert

RGB209165131-
CMYK00.210.370.18
HSL26.15º45.88%66.67%-
HSV(B)26.15º37.32%81.96%-
XYZ43.8542.127.29-
YUV174.28103.58152.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.39%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=41.39%
G=32.67%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916513100.210.370.1826.1545.8866.67
HexD1A58301525121a2e43
Octal32124520302545223256103
Binary11010001101001011000001101010110010110010110101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A583; }

 p { color: rgb(209,165,131); }

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

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

 a { background-color: rgb(209,165,131); }

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

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

 span { border-color: rgb(209,165,131); }

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