#D1A748

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

Shades of Sundance #D1A748

Tints of Sundance #D1A748

Color information

#D1A748 (or 0xD1A748) is unknown color: approx Sundance. HEX triplet: D1, A7 and 48. RGB value is (209,167,72). Sum of RGB (Red+Green+Blue) = 209+167+72=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A748 is #2E58B7. Grayscale: #A9A9A9. Windows color (decimal): -3037368 or 4761553. OLE color: 4761553.

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

Color convert

RGB20916772-
CMYK00.200.660.18
HSL41.61º59.83%55.1%-
HSV(B)41.61º65.55%81.96%-
XYZ41.2841.6612-
YUV168.7373.41156.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.65%
GREEN value IS 167 (65.62% from 255) = 37.28%
BLUE value IS 72 (28.52% from 255) = 16.07%
R=46.65%
G=37.28%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091677200.200.660.1841.6159.8355.1
HexD1A74801442122a3c37
Octal32124711002410222527467
Binary11010001101001111001000010100100001010010101010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A748; }

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

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

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

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

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

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

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

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