#DF682C

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

Shades of Gold Drop #DF682C

Tints of Gold Drop #DF682C

Color information

#DF682C (or 0xDF682C) is unknown color: approx Gold Drop. HEX triplet: DF, 68 and 2C. RGB value is (223,104,44). Sum of RGB (Red+Green+Blue) = 223+104+44=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF682C is #2097D3. Grayscale: #858585. Windows color (decimal): -2136020 or 2910431. OLE color: 2910431.

HSL color Cylindrical-coordinate representation of color #DF682C: hue angle of 20.11º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF682C is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22310444-
CMYK00.530.800.13
HSL20.11º73.66%52.35%-
HSV(B)20.11º80.27%87.45%-
XYZ35.8425.775.47-
YUV132.7477.92192.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.11%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 44 (17.58% from 255) = 11.86%
R=60.11%
G=28.03%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231044400.530.800.1320.1173.6652.35
HexDF682C03550D144a34
Octal33715054065120152411264
Binary110111111101000101100011010110100001101101001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF682C; }

 p { color: rgb(223,104,44); }

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

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

 a { background-color: rgb(223,104,44); }

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

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

 span { border-color: rgb(223,104,44); }

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