#DEB025

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

Shades of Gold Tips #DEB025

Tints of Gold Tips #DEB025

Color information

#DEB025 (or 0xDEB025) is unknown color: approx Gold Tips. HEX triplet: DE, B0 and 25. RGB value is (222,176,37). Sum of RGB (Red+Green+Blue) = 222+176+37=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB025 is #214FDA. Grayscale: #AEAEAE. Windows color (decimal): -2183131 or 2470110. OLE color: 2470110.

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

Color convert

RGB22217637-
CMYK00.210.830.13
HSL45.08º73.71%50.78%-
HSV(B)45.08º83.33%87.06%-
XYZ45.9846.718.34-
YUV173.9150.74162.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.03%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 37 (14.84% from 255) = 8.51%
R=51.03%
G=40.46%
B=8.51%

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
Decimal2221763700.210.830.1345.0873.7150.78
HexDEB02501553D2d4a33
Octal33626045025123155511263
Binary1101111010110000100101010101101001111011011011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB025; }

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

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

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

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

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

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

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

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