#D1A648

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

Shades of Sundance #D1A648

Tints of Sundance #D1A648

Color information

#D1A648 (or 0xD1A648) is unknown color: approx Sundance. HEX triplet: D1, A6 and 48. RGB value is (209,166,72). Sum of RGB (Red+Green+Blue) = 209+166+72=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A648 is #2E59B7. Grayscale: #A8A8A8. Windows color (decimal): -3037624 or 4761297. OLE color: 4761297.

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

Color convert

RGB20916672-
CMYK00.210.660.18
HSL41.17º59.83%55.1%-
HSV(B)41.17º65.55%81.96%-
XYZ41.141.311.94-
YUV168.1473.75157.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.76%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 72 (28.52% from 255) = 16.11%
R=46.76%
G=37.14%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091667200.210.660.1841.1759.8355.1
HexD1A6480154212293c37
Octal32124611002510222517467
Binary11010001101001101001000010101100001010010101001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A648; }

 p { color: rgb(209,166,72); }

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

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

 a { background-color: rgb(209,166,72); }

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

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

 span { border-color: rgb(209,166,72); }

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