#DFB435

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

Shades of Metallic Gold #DFB435

Tints of Metallic Gold #DFB435

Color information

#DFB435 (or 0xDFB435) is unknown color: approx Metallic Gold. HEX triplet: DF, B4 and 35. RGB value is (223,180,53). Sum of RGB (Red+Green+Blue) = 223+180+53=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB435 is #204BCA. Grayscale: #B2B2B2. Windows color (decimal): -2116555 or 3519711. OLE color: 3519711.

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

Color convert

RGB22318053-
CMYK00.190.760.13
HSL44.82º72.65%54.12%-
HSV(B)44.82º76.23%87.45%-
XYZ47.448.5910.25-
YUV178.3857.25159.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.90%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 53 (21.09% from 255) = 11.62%
R=48.90%
G=39.47%
B=11.62%

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
Decimal2231805300.190.760.1344.8272.6554.12
HexDFB4350134CD2d4936
Octal33726465023114155511166
Binary1101111110110100110101010011100110011011011011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB435; }

 p { color: rgb(223,180,53); }

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

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

 a { background-color: rgb(223,180,53); }

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

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

 span { border-color: rgb(223,180,53); }

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