#DEB63B

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

Shades of Metallic Gold #DEB63B

Tints of Metallic Gold #DEB63B

Color information

#DEB63B (or 0xDEB63B) is unknown color: approx Metallic Gold. HEX triplet: DE, B6 and 3B. RGB value is (222,182,59). Sum of RGB (Red+Green+Blue) = 222+182+59=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB63B is #2149C4. Grayscale: #B4B4B4. Windows color (decimal): -2181573 or 3913438. OLE color: 3913438.

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

Color convert

RGB22218259-
CMYK00.180.730.13
HSL45.28º71.18%55.1%-
HSV(B)45.28º73.42%87.06%-
XYZ47.6449.311.14-
YUV179.9459.75158-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 59 (23.44% from 255) = 12.74%
R=47.95%
G=39.31%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221825900.180.730.1345.2871.1855.1
HexDEB63B01249D2d4737
Octal33626673022111155510767
Binary1101111010110110111011010010100100111011011011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB63B; }

 p { color: rgb(222,182,59); }

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

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

 a { background-color: rgb(222,182,59); }

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

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

 span { border-color: rgb(222,182,59); }

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