#DEB135

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

Shades of Metallic Gold #DEB135

Tints of Metallic Gold #DEB135

Color information

#DEB135 (or 0xDEB135) is unknown color: approx Metallic Gold. HEX triplet: DE, B1 and 35. RGB value is (222,177,53). Sum of RGB (Red+Green+Blue) = 222+177+53=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB135 is #214ECA. Grayscale: #B0B0B0. Windows color (decimal): -2182859 or 3518942. OLE color: 3518942.

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

Color convert

RGB22217753-
CMYK00.200.760.13
HSL44.02º71.91%53.92%-
HSV(B)44.02º76.13%87.06%-
XYZ46.4947.2310.03-
YUV176.3258.41160.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 53 (21.09% from 255) = 11.73%
R=49.12%
G=39.16%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221775300.200.760.1344.0271.9153.92
HexDEB1350144CD2c4836
Octal33626165024114155411066
Binary1101111010110001110101010100100110011011011001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB135; }

 p { color: rgb(222,177,53); }

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

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

 a { background-color: rgb(222,177,53); }

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

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

 span { border-color: rgb(222,177,53); }

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