#D1A84B

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

Shades of Sundance #D1A84B

Tints of Sundance #D1A84B

Color information

#D1A84B (or 0xD1A84B) is unknown color: approx Sundance. HEX triplet: D1, A8 and 4B. RGB value is (209,168,75). Sum of RGB (Red+Green+Blue) = 209+168+75=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A84B is #2E57B4. Grayscale: #AAAAAA. Windows color (decimal): -3037109 or 4958417. OLE color: 4958417.

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

Color convert

RGB20916875-
CMYK00.200.640.18
HSL41.64º59.29%55.69%-
HSV(B)41.64º64.11%81.96%-
XYZ41.5742.0712.59-
YUV169.6674.58156.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 75 (29.69% from 255) = 16.59%
R=46.24%
G=37.17%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091687500.200.640.1841.6459.2955.69
HexD1A84B01440122a3b38
Octal32125011302410022527370
Binary11010001101010001001011010100100000010010101010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A84B; }

 p { color: rgb(209,168,75); }

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

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

 a { background-color: rgb(209,168,75); }

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

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

 span { border-color: rgb(209,168,75); }

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