#DDB937

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

Shades of Metallic Gold #DDB937

Tints of Metallic Gold #DDB937

Color information

#DDB937 (or 0xDDB937) is unknown color: approx Metallic Gold. HEX triplet: DD, B9 and 37. RGB value is (221,185,55). Sum of RGB (Red+Green+Blue) = 221+185+55=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 55 (21.88% from 255 or 11.93% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB937 is #2246C8. Grayscale: #B5B5B5. Windows color (decimal): -2246345 or 3652061. OLE color: 3652061.

HSL color Cylindrical-coordinate representation of color #DDB937: hue angle of 46.99º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDB937 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB22118555-
CMYK00.160.750.13
HSL46.99º70.94%54.12%-
HSV(B)46.99º75.11%86.67%-
XYZ47.8650.3510.81-
YUV180.9456.93156.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 55 (21.88% from 255) = 11.93%
R=47.94%
G=40.13%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211855500.160.750.1346.9970.9454.12
HexDDB9370104BD2f4736
Octal33527167020113155710766
Binary1101110110111001110111010000100101111011011111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB937; }

 p { color: rgb(221,185,55); }

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

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

 a { background-color: rgb(221,185,55); }

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

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

 span { border-color: rgb(221,185,55); }

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