#DEB938

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

Shades of Metallic Gold #DEB938

Tints of Metallic Gold #DEB938

Color information

#DEB938 (or 0xDEB938) is unknown color: approx Metallic Gold. HEX triplet: DE, B9 and 38. RGB value is (222,185,56). Sum of RGB (Red+Green+Blue) = 222+185+56=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB938 is #2146C7. Grayscale: #B5B5B5. Windows color (decimal): -2180808 or 3717598. OLE color: 3717598.

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

Color convert

RGB22218556-
CMYK00.170.750.13
HSL46.63º71.55%54.51%-
HSV(B)46.63º74.77%87.06%-
XYZ48.1950.5110.95-
YUV181.3657.26156.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 56 (22.27% from 255) = 12.10%
R=47.95%
G=39.96%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221855600.170.750.1346.6371.5554.51
HexDEB9380114BD2f4837
Octal33627170021113155711067
Binary1101111010111001111000010001100101111011011111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB938; }

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

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

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

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

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

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

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

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