#DDB036

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

Shades of Metallic Gold #DDB036

Tints of Metallic Gold #DDB036

Color information

#DDB036 (or 0xDDB036) is unknown color: approx Metallic Gold. HEX triplet: DD, B0 and 36. RGB value is (221,176,54). Sum of RGB (Red+Green+Blue) = 221+176+54=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB036 is #224FC9. Grayscale: #B0B0B0. Windows color (decimal): -2248650 or 3584221. OLE color: 3584221.

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

Color convert

RGB22117654-
CMYK00.200.760.13
HSL43.83º71.06%53.92%-
HSV(B)43.83º75.57%86.67%-
XYZ46.0146.6910.08-
YUV175.5559.41160.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 54 (21.48% from 255) = 11.97%
R=49.00%
G=39.02%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211765400.200.760.1343.8371.0653.92
HexDDB0360144CD2c4736
Octal33526066024114155410766
Binary1101110110110000110110010100100110011011011001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB036; }

 p { color: rgb(221,176,54); }

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

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

 a { background-color: rgb(221,176,54); }

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

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

 span { border-color: rgb(221,176,54); }

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