#D1A480

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

Shades of Cameo #D1A480

Tints of Cameo #D1A480

Color information

#D1A480 (or 0xD1A480) is unknown color: approx Cameo. HEX triplet: D1, A4 and 80. RGB value is (209,164,128). Sum of RGB (Red+Green+Blue) = 209+164+128=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A480 is #2E5B7F. Grayscale: #ADADAD. Windows color (decimal): -3038080 or 8430801. OLE color: 8430801.

HSL color Cylindrical-coordinate representation of color #D1A480: hue angle of 26.67º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1A480 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209164128-
CMYK00.220.390.18
HSL26.67º46.82%66.08%-
HSV(B)26.67º38.76%81.96%-
XYZ43.4741.6626.17-
YUV173.35102.41153.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.72%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=41.72%
G=32.73%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916412800.220.390.1826.6746.8266.08
HexD1A48001627121b2f42
Octal32124420002647223357102
Binary11010001101001001000000001011010011110010110111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A480; }

 p { color: rgb(209,164,128); }

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

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

 a { background-color: rgb(209,164,128); }

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

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

 span { border-color: rgb(209,164,128); }

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