#d3af49

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

Shades of Sundance #D3AF49

Tints of Sundance #D3AF49

Color information

#D3AF49 (or 0xD3AF49) is unknown color: approx Sundance. HEX triplet: D3, AF and 49. RGB value is (211,175,73). Sum of RGB (Red+Green+Blue) = 211+175+73=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AF49 is #2C50B6. Grayscale: #AEAEAE. Windows color (decimal): -2904247 or 4829139. OLE color: 4829139.

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

Color convert

RGB21117573-
CMYK00.170.650.17
HSL44.35º61.06%55.69%-
HSV(B)44.35º65.4%82.75%-
XYZ43.444.9912.7-
YUV174.1470.93154.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.97%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 73 (28.91% from 255) = 15.90%
R=45.97%
G=38.13%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111757300.170.650.1744.3561.0655.69
HexD3AF4901141112c3d38
Octal32325711102110121547570
Binary11010011101011111001001010001100000110001101100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3af49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3af49; }

 p { color: rgb(211,175,73); }

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

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

 a { background-color: rgb(211,175,73); }

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

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

 span { border-color: rgb(211,175,73); }

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