#D1AC4D

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

Shades of Sundance #D1AC4D

Tints of Sundance #D1AC4D

Color information

#D1AC4D (or 0xD1AC4D) is unknown color: approx Sundance. HEX triplet: D1, AC and 4D. RGB value is (209,172,77). Sum of RGB (Red+Green+Blue) = 209+172+77=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC4D is #2E53B2. Grayscale: #ACACAC. Windows color (decimal): -3036083 or 5090513. OLE color: 5090513.

HSL color Cylindrical-coordinate representation of color #D1AC4D: hue angle of 43.18º degrees, saturation: 0.59, 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 #D1AC4D is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB20917277-
CMYK00.180.630.18
HSL43.18º58.93%56.08%-
HSV(B)43.18º63.16%81.96%-
XYZ42.3943.613.2-
YUV172.2374.26154.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 77 (30.47% from 255) = 16.81%
R=45.63%
G=37.55%
B=16.81%

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
Decimal2091727700.180.630.1843.1858.9356.08
HexD1AC4D0123F122b3b38
Octal3212541150227722537370
Binary1101000110101100100110101001011111110010101011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AC4D; }

 p { color: rgb(209,172,77); }

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

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

 a { background-color: rgb(209,172,77); }

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

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

 span { border-color: rgb(209,172,77); }

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