#DFB734

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

Shades of Metallic Gold #DFB734

Tints of Metallic Gold #DFB734

Color information

#DFB734 (or 0xDFB734) is unknown color: approx Metallic Gold. HEX triplet: DF, B7 and 34. RGB value is (223,183,52). Sum of RGB (Red+Green+Blue) = 223+183+52=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB734 is #2048CB. Grayscale: #B4B4B4. Windows color (decimal): -2115788 or 3454943. OLE color: 3454943.

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

Color convert

RGB22318352-
CMYK00.180.770.13
HSL45.96º72.77%53.92%-
HSV(B)45.96º76.68%87.45%-
XYZ47.9849.810.33-
YUV180.0355.75158.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.69%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 52 (20.70% from 255) = 11.35%
R=48.69%
G=39.96%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231835200.180.770.1345.9672.7753.92
HexDFB7340124DD2e4936
Octal33726764022115155611166
Binary1101111110110111110100010010100110111011011101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB734; }

 p { color: rgb(223,183,52); }

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

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

 a { background-color: rgb(223,183,52); }

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

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

 span { border-color: rgb(223,183,52); }

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