#DEAC31

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

Shades of Gold Tips #DEAC31

Tints of Gold Tips #DEAC31

Color information

#DEAC31 (or 0xDEAC31) is unknown color: approx Gold Tips. HEX triplet: DE, AC and 31. RGB value is (222,172,49). Sum of RGB (Red+Green+Blue) = 222+172+49=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC31 is #2153CE. Grayscale: #ADADAD. Windows color (decimal): -2184143 or 3255518. OLE color: 3255518.

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

Color convert

RGB22217249-
CMYK00.230.780.13
HSL42.66º72.38%53.14%-
HSV(B)42.66º77.93%87.06%-
XYZ45.4345.269.25-
YUV172.9358.06163-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.11%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 49 (19.53% from 255) = 11.06%
R=50.11%
G=38.83%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221724900.230.780.1342.6672.3853.14
HexDEAC310174ED2b4835
Octal33625461027116155311065
Binary1101111010101100110001010111100111011011010111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAC31; }

 p { color: rgb(222,172,49); }

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

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

 a { background-color: rgb(222,172,49); }

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

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

 span { border-color: rgb(222,172,49); }

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