#DEB125

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

Shades of Gold Tips #DEB125

Tints of Gold Tips #DEB125

Color information

#DEB125 (or 0xDEB125) is unknown color: approx Gold Tips. HEX triplet: DE, B1 and 25. RGB value is (222,177,37). Sum of RGB (Red+Green+Blue) = 222+177+37=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB125 is #214EDA. Grayscale: #AFAFAF. Windows color (decimal): -2182875 or 2470366. OLE color: 2470366.

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

Color convert

RGB22217737-
CMYK00.200.830.13
HSL45.41º73.71%50.78%-
HSV(B)45.41º83.33%87.06%-
XYZ46.1847.118.41-
YUV174.4950.41161.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.92%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 37 (14.84% from 255) = 8.49%
R=50.92%
G=40.60%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221773700.200.830.1345.4173.7150.78
HexDEB12501453D2d4a33
Octal33626145024123155511263
Binary1101111010110001100101010100101001111011011011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB125; }

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

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

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

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

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

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

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

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