#D9B33C

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

Shades of Metallic Gold #D9B33C

Tints of Metallic Gold #D9B33C

Color information

#D9B33C (or 0xD9B33C) is unknown color: approx Metallic Gold. HEX triplet: D9, B3 and 3C. RGB value is (217,179,60). Sum of RGB (Red+Green+Blue) = 217+179+60=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B33C is #264CC3. Grayscale: #B1B1B1. Windows color (decimal): -2510020 or 3978201. OLE color: 3978201.

HSL color Cylindrical-coordinate representation of color #D9B33C: hue angle of 45.48º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9B33C is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB21717960-
CMYK00.180.720.15
HSL45.48º67.38%54.31%-
HSV(B)45.48º72.35%85.1%-
XYZ45.5547.3211.01-
YUV176.862.09156.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.59%
GREEN value IS 179 (70.31% from 255) = 39.25%
BLUE value IS 60 (23.83% from 255) = 13.16%
R=47.59%
G=39.25%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171796000.180.720.1545.4867.3854.31
HexD9B33C01248F2d4336
Octal33126374022110175510366
Binary1101100110110011111100010010100100011111011011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B33C; }

 p { color: rgb(217,179,60); }

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

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

 a { background-color: rgb(217,179,60); }

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

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

 span { border-color: rgb(217,179,60); }

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