#DEB734

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

Shades of Metallic Gold #DEB734

Tints of Metallic Gold #DEB734

Color information

#DEB734 (or 0xDEB734) is unknown color: approx Metallic Gold. HEX triplet: DE, B7 and 34. RGB value is (222,183,52). Sum of RGB (Red+Green+Blue) = 222+183+52=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB734 is #2148CB. Grayscale: #B4B4B4. Windows color (decimal): -2181324 or 3454942. OLE color: 3454942.

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

Color convert

RGB22218352-
CMYK00.180.770.13
HSL46.24º72.03%53.73%-
HSV(B)46.24º76.58%87.06%-
XYZ47.6849.6410.32-
YUV179.7355.92158.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 183 (71.88% from 255) = 40.04%
BLUE value IS 52 (20.70% from 255) = 11.38%
R=48.58%
G=40.04%
B=11.38%

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
Decimal2221835200.180.770.1346.2472.0353.73
HexDEB7340124DD2e4836
Octal33626764022115155611066
Binary1101111010110111110100010010100110111011011101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB734; }

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

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

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

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

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

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

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

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