#DDB736

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

Shades of Metallic Gold #DDB736

Tints of Metallic Gold #DDB736

Color information

#DDB736 (or 0xDDB736) is unknown color: approx Metallic Gold. HEX triplet: DD, B7 and 36. RGB value is (221,183,54). Sum of RGB (Red+Green+Blue) = 221+183+54=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB736 is #2248C9. Grayscale: #B4B4B4. Windows color (decimal): -2246858 or 3586013. OLE color: 3586013.

HSL color Cylindrical-coordinate representation of color #DDB736: hue angle of 46.35º 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 #DDB736 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB22118354-
CMYK00.170.760.13
HSL46.35º71.06%53.92%-
HSV(B)46.35º75.57%86.67%-
XYZ47.4249.5110.55-
YUV179.6657.09157.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 54 (21.48% from 255) = 11.79%
R=48.25%
G=39.96%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211835400.170.760.1346.3571.0653.92
HexDDB7360114CD2e4736
Octal33526766021114155610766
Binary1101110110110111110110010001100110011011011101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB736; }

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

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

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

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

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

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

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

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