#d1b34f

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

Shades of Sundance #D1B34F

Tints of Sundance #D1B34F

Color information

#D1B34F (or 0xD1B34F) is unknown color: approx Sundance. HEX triplet: D1, B3 and 4F. RGB value is (209,179,79). Sum of RGB (Red+Green+Blue) = 209+179+79=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B34F is #2E4CB0. Grayscale: #B1B1B1. Windows color (decimal): -3034289 or 5223377. OLE color: 5223377.

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

Color convert

RGB20917979-
CMYK00.140.620.18
HSL46.15º58.56%56.47%-
HSV(B)46.15º62.2%81.96%-
XYZ43.8346.3614.04-
YUV176.5772.94151.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 179 (70.31% from 255) = 38.33%
BLUE value IS 79 (31.25% from 255) = 16.92%
R=44.75%
G=38.33%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091797900.140.620.1846.1558.5656.47
HexD1B34F0E3E122e3b38
Octal3212631170167622567370
Binary110100011011001110011110111011111010010101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1b34f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1b34f; }

 p { color: rgb(209,179,79); }

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

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

 a { background-color: rgb(209,179,79); }

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

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

 span { border-color: rgb(209,179,79); }

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