#D1A584

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

Shades of Cameo #D1A584

Tints of Cameo #D1A584

Color information

#D1A584 (or 0xD1A584) is unknown color: approx Cameo. HEX triplet: D1, A5 and 84. RGB value is (209,165,132). Sum of RGB (Red+Green+Blue) = 209+165+132=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A584 is #2E5A7B. Grayscale: #AEAEAE. Windows color (decimal): -3037820 or 8693201. OLE color: 8693201.

HSL color Cylindrical-coordinate representation of color #D1A584: hue angle of 25.71º 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 #D1A584 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB209165132-
CMYK00.210.370.18
HSL25.71º45.56%66.86%-
HSV(B)25.71º36.84%81.96%-
XYZ43.9142.1327.65-
YUV174.39104.08152.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 165 (64.84% from 255) = 32.61%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=41.30%
G=32.61%
B=26.09%

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
Decimal20916513200.210.370.1825.7145.5666.86
HexD1A58401525121a2e43
Octal32124520402545223256103
Binary11010001101001011000010001010110010110010110101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A584; }

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

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

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

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

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

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

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

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