#DEB026

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

Shades of Gold Tips #DEB026

Tints of Gold Tips #DEB026

Color information

#DEB026 (or 0xDEB026) is unknown color: approx Gold Tips. HEX triplet: DE, B0 and 26. RGB value is (222,176,38). Sum of RGB (Red+Green+Blue) = 222+176+38=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB026 is #214FD9. Grayscale: #AEAEAE. Windows color (decimal): -2183130 or 2535646. OLE color: 2535646.

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

Color convert

RGB22217638-
CMYK00.210.830.13
HSL45º73.6%50.98%-
HSV(B)45º82.88%87.06%-
XYZ4646.728.43-
YUV174.0251.24162.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.92%
GREEN value IS 176 (69.14% from 255) = 40.37%
BLUE value IS 38 (15.23% from 255) = 8.72%
R=50.92%
G=40.37%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221763800.210.830.134573.650.98
HexDEB02601553D2d4a33
Octal33626046025123155511263
Binary1101111010110000100110010101101001111011011011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB026; }

 p { color: rgb(222,176,38); }

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

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

 a { background-color: rgb(222,176,38); }

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

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

 span { border-color: rgb(222,176,38); }

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