#DDB434

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

Shades of Metallic Gold #DDB434

Tints of Metallic Gold #DDB434

Color information

#DDB434 (or 0xDDB434) is unknown color: approx Metallic Gold. HEX triplet: DD, B4 and 34. RGB value is (221,180,52). Sum of RGB (Red+Green+Blue) = 221+180+52=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB434 is #224BCB. Grayscale: #B2B2B2. Windows color (decimal): -2247628 or 3454173. OLE color: 3454173.

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

Color convert

RGB22118052-
CMYK00.190.760.13
HSL45.44º71.31%53.53%-
HSV(B)45.44º76.47%86.67%-
XYZ46.7648.2610.1-
YUV177.6757.08158.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 52 (20.70% from 255) = 11.48%
R=48.79%
G=39.74%
B=11.48%

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
Decimal2211805200.190.760.1345.4471.3153.53
HexDDB4340134CD2d4736
Octal33526464023114155510766
Binary1101110110110100110100010011100110011011011011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB434; }

 p { color: rgb(221,180,52); }

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

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

 a { background-color: rgb(221,180,52); }

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

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

 span { border-color: rgb(221,180,52); }

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