#D3A848

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

Shades of Sundance #D3A848

Tints of Sundance #D3A848

Color information

#D3A848 (or 0xD3A848) is unknown color: approx Sundance. HEX triplet: D3, A8 and 48. RGB value is (211,168,72). Sum of RGB (Red+Green+Blue) = 211+168+72=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A848 is #2C57B7. Grayscale: #AAAAAA. Windows color (decimal): -2906040 or 4761811. OLE color: 4761811.

HSL color Cylindrical-coordinate representation of color #D3A848: hue angle of 41.44º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3A848 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB21116872-
CMYK00.200.660.17
HSL41.44º61.23%55.49%-
HSV(B)41.44º65.88%82.75%-
XYZ42.0442.3212.08-
YUV169.9172.75157.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.78%
GREEN value IS 168 (66.02% from 255) = 37.25%
BLUE value IS 72 (28.52% from 255) = 15.96%
R=46.78%
G=37.25%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111687200.200.660.1741.4461.2355.49
HexD3A8480144211293d37
Octal32325011002410221517567
Binary11010011101010001001000010100100001010001101001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A848; }

 p { color: rgb(211,168,72); }

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

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

 a { background-color: rgb(211,168,72); }

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

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

 span { border-color: rgb(211,168,72); }

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