#ddb336

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

Shades of Metallic Gold #DDB336

Tints of Metallic Gold #DDB336

Color information

#DDB336 (or 0xDDB336) is unknown color: approx Metallic Gold. HEX triplet: DD, B3 and 36. RGB value is (221,179,54). Sum of RGB (Red+Green+Blue) = 221+179+54=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB336 is #224CC9. Grayscale: #B1B1B1. Windows color (decimal): -2247882 or 3584989. OLE color: 3584989.

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

Color convert

RGB22117954-
CMYK00.190.760.13
HSL44.91º71.06%53.92%-
HSV(B)44.91º75.57%86.67%-
XYZ46.647.8810.28-
YUV177.3158.41159.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 179 (70.31% from 255) = 39.43%
BLUE value IS 54 (21.48% from 255) = 11.89%
R=48.68%
G=39.43%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211795400.190.760.1344.9171.0653.92
HexDDB3360134CD2d4736
Octal33526366023114155510766
Binary1101110110110011110110010011100110011011011011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb336; }

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

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

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

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

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

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

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

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