#DEB834

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

Shades of Metallic Gold #DEB834

Tints of Metallic Gold #DEB834

Color information

#DEB834 (or 0xDEB834) is unknown color: approx Metallic Gold. HEX triplet: DE, B8 and 34. RGB value is (222,184,52). Sum of RGB (Red+Green+Blue) = 222+184+52=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB834 is #2147CB. Grayscale: #B4B4B4. Windows color (decimal): -2181068 or 3455198. OLE color: 3455198.

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

Color convert

RGB22218452-
CMYK00.170.770.13
HSL46.59º72.03%53.73%-
HSV(B)46.59º76.58%87.06%-
XYZ47.8850.0610.39-
YUV180.3155.59157.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.47%
GREEN value IS 184 (72.27% from 255) = 40.17%
BLUE value IS 52 (20.70% from 255) = 11.35%
R=48.47%
G=40.17%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221845200.170.770.1346.5972.0353.73
HexDEB8340114DD2f4836
Octal33627064021115155711066
Binary1101111010111000110100010001100110111011011111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB834; }

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

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

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

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

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

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

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

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