#deb93a

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

Shades of Metallic Gold #DEB93A

Tints of Metallic Gold #DEB93A

Color information

#DEB93A (or 0xDEB93A) is unknown color: approx Metallic Gold. HEX triplet: DE, B9 and 3A. RGB value is (222,185,58). Sum of RGB (Red+Green+Blue) = 222+185+58=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB93A is #2146C5. Grayscale: #B6B6B6. Windows color (decimal): -2180806 or 3848670. OLE color: 3848670.

HSL color Cylindrical-coordinate representation of color #DEB93A: hue angle of 46.46º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEB93A is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB22218558-
CMYK00.170.740.13
HSL46.46º71.3%54.9%-
HSV(B)46.46º73.87%87.06%-
XYZ48.2450.5311.21-
YUV181.5858.26156.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 58 (23.05% from 255) = 12.47%
R=47.74%
G=39.78%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221855800.170.740.1346.4671.354.9
HexDEB93A0114AD2e4737
Octal33627172021112155610767
Binary1101111010111001111010010001100101011011011101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deb93a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deb93a; }

 p { color: rgb(222,185,58); }

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

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

 a { background-color: rgb(222,185,58); }

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

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

 span { border-color: rgb(222,185,58); }

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