#DEB029

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

Shades of Gold Tips #DEB029

Tints of Gold Tips #DEB029

Color information

#DEB029 (or 0xDEB029) is unknown color: approx Gold Tips. HEX triplet: DE, B0 and 29. RGB value is (222,176,41). Sum of RGB (Red+Green+Blue) = 222+176+41=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB029 is #214FD6. Grayscale: #AEAEAE. Windows color (decimal): -2183127 or 2732254. OLE color: 2732254.

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

Color convert

RGB22217641-
CMYK00.210.820.13
HSL44.75º73.28%51.57%-
HSV(B)44.75º81.53%87.06%-
XYZ46.0546.748.69-
YUV174.3652.74161.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 41 (16.41% from 255) = 9.34%
R=50.57%
G=40.09%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221764100.210.820.1344.7573.2851.57
HexDEB02901552D2d4934
Octal33626051025122155511164
Binary1101111010110000101001010101101001011011011011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB029; }

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

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

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

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

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

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

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

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