#D3AD48

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

Shades of Sundance #D3AD48

Tints of Sundance #D3AD48

Color information

#D3AD48 (or 0xD3AD48) is unknown color: approx Sundance. HEX triplet: D3, AD and 48. RGB value is (211,173,72). Sum of RGB (Red+Green+Blue) = 211+173+72=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AD48 is #2C52B7. Grayscale: #ADADAD. Windows color (decimal): -2904760 or 4763091. OLE color: 4763091.

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

Color convert

RGB21117372-
CMYK00.180.660.17
HSL43.6º61.23%55.49%-
HSV(B)43.6º65.88%82.75%-
XYZ42.9844.212.4-
YUV172.8571.09155.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.27%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=46.27%
G=37.94%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111737200.180.660.1743.661.2355.49
HexD3AD4801242112c3d37
Octal32325511002210221547567
Binary11010011101011011001000010010100001010001101100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AD48; }

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

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

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

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

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

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

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

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