#DDB83D

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

Shades of Metallic Gold #DDB83D

Tints of Metallic Gold #DDB83D

Color information

#DDB83D (or 0xDDB83D) is unknown color: approx Metallic Gold. HEX triplet: DD, B8 and 3D. RGB value is (221,184,61). Sum of RGB (Red+Green+Blue) = 221+184+61=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB83D is #2247C2. Grayscale: #B5B5B5. Windows color (decimal): -2246595 or 4045021. OLE color: 4045021.

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

Color convert

RGB22118461-
CMYK00.170.720.13
HSL46.12º70.18%55.29%-
HSV(B)46.12º72.4%86.67%-
XYZ47.849.9911.54-
YUV181.0460.26156.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 61 (24.22% from 255) = 13.09%
R=47.42%
G=39.48%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211846100.170.720.1346.1270.1855.29
HexDDB83D01148D2e4637
Octal33527075021110155610667
Binary1101110110111000111101010001100100011011011101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB83D; }

 p { color: rgb(221,184,61); }

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

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

 a { background-color: rgb(221,184,61); }

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

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

 span { border-color: rgb(221,184,61); }

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