#D1A582

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

Shades of Cameo #D1A582

Tints of Cameo #D1A582

Color information

#D1A582 (or 0xD1A582) is unknown color: approx Cameo. HEX triplet: D1, A5 and 82. RGB value is (209,165,130). Sum of RGB (Red+Green+Blue) = 209+165+130=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A582 is #2E5A7D. Grayscale: #AEAEAE. Windows color (decimal): -3037822 or 8562129. OLE color: 8562129.

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

Color convert

RGB209165130-
CMYK00.210.380.18
HSL26.58º46.2%66.47%-
HSV(B)26.58º37.8%81.96%-
XYZ43.7842.0826.93-
YUV174.17103.08152.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=41.47%
G=32.74%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916513000.210.380.1826.5846.266.47
HexD1A58201526121b2e42
Octal32124520202546223356102
Binary11010001101001011000001001010110011010010110111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A582; }

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

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

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

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

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

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

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

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