#DDBA3B

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

Shades of Metallic Gold #DDBA3B

Tints of Metallic Gold #DDBA3B

Color information

#DDBA3B (or 0xDDBA3B) is unknown color: approx Metallic Gold. HEX triplet: DD, BA and 3B. RGB value is (221,186,59). Sum of RGB (Red+Green+Blue) = 221+186+59=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA3B is #2245C4. Grayscale: #B6B6B6. Windows color (decimal): -2246085 or 3914461. OLE color: 3914461.

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

Color convert

RGB22118659-
CMYK00.160.730.13
HSL47.04º70.43%54.9%-
HSV(B)47.04º73.3%86.67%-
XYZ48.1750.8111.41-
YUV181.9958.6155.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 59 (23.44% from 255) = 12.66%
R=47.42%
G=39.91%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211865900.160.730.1347.0470.4354.9
HexDDBA3B01049D2f4637
Octal33527273020111155710667
Binary1101110110111010111011010000100100111011011111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA3B; }

 p { color: rgb(221,186,59); }

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

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

 a { background-color: rgb(221,186,59); }

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

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

 span { border-color: rgb(221,186,59); }

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