#DEBA35

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

Shades of Metallic Gold #DEBA35

Tints of Metallic Gold #DEBA35

Color information

#DEBA35 (or 0xDEBA35) is unknown color: approx Metallic Gold. HEX triplet: DE, BA and 35. RGB value is (222,186,53). Sum of RGB (Red+Green+Blue) = 222+186+53=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA35 is #2145CA. Grayscale: #B6B6B6. Windows color (decimal): -2180555 or 3521246. OLE color: 3521246.

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

Color convert

RGB22218653-
CMYK00.160.760.13
HSL47.22º71.91%53.92%-
HSV(B)47.22º76.13%87.06%-
XYZ48.3350.910.65-
YUV181.655.43156.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 53 (21.09% from 255) = 11.50%
R=48.16%
G=40.35%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221865300.160.760.1347.2271.9153.92
HexDEBA350104CD2f4836
Octal33627265020114155711066
Binary1101111010111010110101010000100110011011011111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBA35; }

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

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

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

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

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

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

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

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