#DDB534

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

Shades of Metallic Gold #DDB534

Tints of Metallic Gold #DDB534

Color information

#DDB534 (or 0xDDB534) is unknown color: approx Metallic Gold. HEX triplet: DD, B5 and 34. RGB value is (221,181,52). Sum of RGB (Red+Green+Blue) = 221+181+52=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB534 is #224ACB. Grayscale: #B2B2B2. Windows color (decimal): -2247372 or 3454429. OLE color: 3454429.

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

Color convert

RGB22118152-
CMYK00.180.760.13
HSL45.8º71.31%53.53%-
HSV(B)45.8º76.47%86.67%-
XYZ46.9648.6710.17-
YUV178.2556.75158.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 52 (20.70% from 255) = 11.45%
R=48.68%
G=39.87%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211815200.180.760.1345.871.3153.53
HexDDB5340124CD2e4736
Octal33526564022114155610766
Binary1101110110110101110100010010100110011011011101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB534; }

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

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

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

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

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

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

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

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