#DEB931

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

Shades of Gold Tips #DEB931

Tints of Gold Tips #DEB931

Color information

#DEB931 (or 0xDEB931) is unknown color: approx Gold Tips. HEX triplet: DE, B9 and 31. RGB value is (222,185,49). Sum of RGB (Red+Green+Blue) = 222+185+49=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB931 is #2146CE. Grayscale: #B5B5B5. Windows color (decimal): -2180815 or 3258846. OLE color: 3258846.

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

Color convert

RGB22218549-
CMYK00.170.780.13
HSL47.17º72.38%53.14%-
HSV(B)47.17º77.93%87.06%-
XYZ48.0350.4510.11-
YUV180.5653.76157.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.68%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 49 (19.53% from 255) = 10.75%
R=48.68%
G=40.57%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221854900.170.780.1347.1772.3853.14
HexDEB9310114ED2f4835
Octal33627161021116155711065
Binary1101111010111001110001010001100111011011011111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB931; }

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

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

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

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

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

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

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

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