#D3A748

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

Shades of Sundance #D3A748

Tints of Sundance #D3A748

Color information

#D3A748 (or 0xD3A748) is unknown color: approx Sundance. HEX triplet: D3, A7 and 48. RGB value is (211,167,72). Sum of RGB (Red+Green+Blue) = 211+167+72=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A748 is #2C58B7. Grayscale: #A9A9A9. Windows color (decimal): -2906296 or 4761555. OLE color: 4761555.

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

Color convert

RGB21116772-
CMYK00.210.660.17
HSL41.01º61.23%55.49%-
HSV(B)41.01º65.88%82.75%-
XYZ41.8541.9512.02-
YUV169.3373.08157.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.89%
GREEN value IS 167 (65.62% from 255) = 37.11%
BLUE value IS 72 (28.52% from 255) = 16%
R=46.89%
G=37.11%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111677200.210.660.1741.0161.2355.49
HexD3A7480154211293d37
Octal32324711002510221517567
Binary11010011101001111001000010101100001010001101001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A748; }

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

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

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

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

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

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

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

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