#DEB722

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

Shades of Gold Tips #DEB722

Tints of Gold Tips #DEB722

Color information

#DEB722 (or 0xDEB722) is unknown color: approx Gold Tips. HEX triplet: DE, B7 and 22. RGB value is (222,183,34). Sum of RGB (Red+Green+Blue) = 222+183+34=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB722 is #2148DD. Grayscale: #B2B2B2. Windows color (decimal): -2181342 or 2275294. OLE color: 2275294.

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

Color convert

RGB22218334-
CMYK00.180.850.13
HSL47.55º74.02%50.2%-
HSV(B)47.55º84.68%87.06%-
XYZ47.3549.518.57-
YUV177.6846.92159.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 34 (13.67% from 255) = 7.74%
R=50.57%
G=41.69%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221833400.180.850.1347.5574.0250.2
HexDEB72201255D304a32
Octal33626742022125156011262
Binary1101111010110111100010010010101010111011100001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB722; }

 p { color: rgb(222,183,34); }

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

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

 a { background-color: rgb(222,183,34); }

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

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

 span { border-color: rgb(222,183,34); }

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