#DEB627

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

Shades of Gold Tips #DEB627

Tints of Gold Tips #DEB627

Color information

#DEB627 (or 0xDEB627) is unknown color: approx Gold Tips. HEX triplet: DE, B6 and 27. RGB value is (222,182,39). Sum of RGB (Red+Green+Blue) = 222+182+39=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB627 is #2149D8. Grayscale: #B2B2B2. Windows color (decimal): -2181593 or 2602718. OLE color: 2602718.

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

Color convert

RGB22218239-
CMYK00.180.820.13
HSL46.89º73.49%51.18%-
HSV(B)46.89º82.43%87.06%-
XYZ47.2249.138.91-
YUV177.6649.75159.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.11%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 39 (15.62% from 255) = 8.80%
R=50.11%
G=41.08%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221823900.180.820.1346.8973.4951.18
HexDEB62701252D2f4933
Octal33626647022122155711163
Binary1101111010110110100111010010101001011011011111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB627; }

 p { color: rgb(222,182,39); }

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

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

 a { background-color: rgb(222,182,39); }

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

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

 span { border-color: rgb(222,182,39); }

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