#D1A248

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

Shades of Sundance #D1A248

Tints of Sundance #D1A248

Color information

#D1A248 (or 0xD1A248) is unknown color: approx Sundance. HEX triplet: D1, A2 and 48. RGB value is (209,162,72). Sum of RGB (Red+Green+Blue) = 209+162+72=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A248 is #2E5DB7. Grayscale: #A6A6A6. Windows color (decimal): -3038648 or 4760273. OLE color: 4760273.

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

Color convert

RGB20916272-
CMYK00.220.660.18
HSL39.42º59.83%55.1%-
HSV(B)39.42º65.55%81.96%-
XYZ40.3839.8611.7-
YUV165.7975.07158.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 72 (28.52% from 255) = 16.25%
R=47.18%
G=36.57%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091627200.220.660.1839.4259.8355.1
HexD1A2480164212273c37
Octal32124211002610222477467
Binary11010001101000101001000010110100001010010100111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A248; }

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

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

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

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

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

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

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

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