#D2AD4D

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

Shades of Sundance #D2AD4D

Tints of Sundance #D2AD4D

Color information

#D2AD4D (or 0xD2AD4D) is unknown color: approx Sundance. HEX triplet: D2, AD and 4D. RGB value is (210,173,77). Sum of RGB (Red+Green+Blue) = 210+173+77=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD4D is #2D52B2. Grayscale: #ADADAD. Windows color (decimal): -2970291 or 5090770. OLE color: 5090770.

HSL color Cylindrical-coordinate representation of color #D2AD4D: hue angle of 43.31º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2AD4D is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB21017377-
CMYK00.180.630.18
HSL43.31º59.64%56.27%-
HSV(B)43.31º63.33%82.35%-
XYZ42.8644.1213.28-
YUV173.1273.76154.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.65%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 77 (30.47% from 255) = 16.74%
R=45.65%
G=37.61%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101737700.180.630.1843.3159.6456.27
HexD2AD4D0123F122b3c38
Octal3222551150227722537470
Binary1101001010101101100110101001011111110010101011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AD4D; }

 p { color: rgb(210,173,77); }

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

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

 a { background-color: rgb(210,173,77); }

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

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

 span { border-color: rgb(210,173,77); }

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