#DEB21C

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

Shades of Gold Tips #DEB21C

Tints of Gold Tips #DEB21C

Color information

#DEB21C (or 0xDEB21C) is unknown color: approx Gold Tips. HEX triplet: DE, B2 and 1C. RGB value is (222,178,28). Sum of RGB (Red+Green+Blue) = 222+178+28=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB21C is #214DE3. Grayscale: #AEAEAE. Windows color (decimal): -2182628 or 1880798. OLE color: 1880798.

HSL color Cylindrical-coordinate representation of color #DEB21C: hue angle of 46.39º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEB21C is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB22217828-
CMYK00.200.870.13
HSL46.39º77.6%49.02%-
HSV(B)46.39º87.39%87.06%-
XYZ46.2547.457.82-
YUV174.0645.58162.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.87%
GREEN value IS 178 (69.92% from 255) = 41.59%
BLUE value IS 28 (11.33% from 255) = 6.54%
R=51.87%
G=41.59%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221782800.200.870.1346.3977.649.02
HexDEB21C01457D2e4e31
Octal33626234024127155611661
Binary110111101011001011100010100101011111011011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB21C; }

 p { color: rgb(222,178,28); }

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

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

 a { background-color: rgb(222,178,28); }

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

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

 span { border-color: rgb(222,178,28); }

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